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