'Declaration
<CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal propertyString As String _ ) As DAPropertyDescriptor
'Usage
[CanBeNull()] public DAPropertyDescriptor operator implicit( string propertyString )
[CanBeNull()] public: operator DAPropertyDescriptor^ ( String^ propertyString )
Parameters
- propertyString
- Contains the qualified name or property Id as a string of the OPC property.
Return Value
Returns a DAPropertyDescriptor converted from the input argument.