'Declaration
<NotNullAttribute()> Public Shared Function FromInt64( _ ByVal value As Long _ ) As DAPropertyId
'Usage
Dim value As Long Dim value As DAPropertyId value = DAPropertyId.FromInt64(value)
[NotNull()] public static DAPropertyId FromInt64( long value )
[NotNull()] public: static DAPropertyId^ FromInt64( int64 value )
Parameters
- value
- Numerical property Id to be converted.
Return Value
Returns a DAPropertyId converted from the input argument.