'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal propertyIds As DAPropertyIds _ ) As DAPropertyDescriptor
'Usage
 
            [NotNull()] public DAPropertyDescriptor operator implicit( DAPropertyIds propertyIds )
[NotNull()] public: operator DAPropertyDescriptor^ ( DAPropertyIds propertyIds )
Parameters
- propertyIds
 - Contains an enumerated OPC property identifier.
 
Return Value
Returns a DAPropertyDescriptor converted from the input argument.
This method never returns null (Nothing in Visual Basic).