'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.
The value of this parameter can be
null(Nothingin Visual Basic). 
Return Value
This method can return null (Nothing in Visual Basic).