'Declaration
<CanBeNullAttribute()> Overloads Public Operator Widening CType( _ ByVal propertyId As DAPropertyId _ ) As DAPropertyDescriptor
'Usage
[CanBeNull()] public DAPropertyDescriptor operator implicit( DAPropertyId propertyId )
[CanBeNull()] public: operator DAPropertyDescriptor^ ( DAPropertyId^ propertyId )
Parameters
- propertyId
- Contains OPC property identifier.
Return Value
Returns a DAPropertyDescriptor converted from the input argument.