'Declaration
<NotNullAttribute()> Public Shared Function FromInt64( _ ByVal internalValue As Long _ ) As UAStatusCode
'Usage
Dim internalValue As Long Dim value As UAStatusCode value = UAStatusCode.FromInt64(internalValue)
[NotNull()] public static UAStatusCode FromInt64( long internalValue )
[NotNull()] public: static UAStatusCode^ FromInt64( int64 internalValue )
Parameters
- internalValue
- The numerical (integer) value of the status code.
Return Value
Returns the status code with specified internal value.