'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal value As Long _ ) As DAPropertyDescriptor
'Usage
 
            [NotNull()] public DAPropertyDescriptor operator implicit( long value )
[NotNull()] public: operator DAPropertyDescriptor^ ( int64 value )
Parameters
- value
 - Numerical property Id to be converted.
 
Return Value
Returns a DAPropertyDescriptor converted from the input argument.