PropVariantFromLong Method |
Creates a new PropVariant containing a long value
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static PropVariant FromLong(
long value
)
Public Shared Function FromLong (
value As Long
) As PropVariant
public:
static PropVariant FromLong(
long long value
)
static member FromLong :
value : int64 -> PropVariant
Parameters
- value
- Type: SystemInt64
Return Value
Type:
PropVariant
See Also