'DeclarationOverloads Public Operator Widening CType( _ ByVal propertyId As DAPropertyId _ ) As Long
'Usage
 
            public long operator implicit( DAPropertyId propertyId )
public: operator int64 ( DAPropertyId^ propertyId )
Parameters
- propertyId
 - A DAPropertyId object to be converted.
 
Return Value
Returns a numerical Id converted from the input argument.