'DeclarationOverloads Public Operator Widening CType( _ ByVal propertyId As DAPropertyId _ ) As DAPropertyIds
'Usage
 
            public DAPropertyIds operator implicit( DAPropertyId propertyId )
public: operator DAPropertyIds ( DAPropertyId^ propertyId )
Parameters
- propertyId
 - DAPropertyId object to be converted.
 
Return Value
Returns an enumerate values converted from the input argument.