| PropVariantFromLong Method  | 
            Creates a new PropVariant containing a long value
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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