'Declaration
<CanBeNullAttribute()> Public Shared Function FromString( _ ByVal propertyString As String _ ) As DAPropertyDescriptor
'Usage
Dim propertyString As String Dim value As DAPropertyDescriptor value = DAPropertyDescriptor.FromString(propertyString)
[CanBeNull()] public static DAPropertyDescriptor FromString( string propertyString )
[CanBeNull()] public: static DAPropertyDescriptor^ FromString( String^ propertyString )
Parameters
- propertyString
- Contains the qualified name or the property Id as a string of the OPC property.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).