| OriginSessionVersion Property  | 
            Gets the version number for the session description.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic virtual ulong SessionVersion { get; protected set; }Public Overridable Property SessionVersion As ULong
	Get
	Protected Set
public:
virtual property unsigned long long SessionVersion {
	unsigned long long get ();
	protected: void set (unsigned long long value);
}abstract SessionVersion : uint64 with get, set
override SessionVersion : uint64 with get, set
Property Value
Type: 
UInt64
See Also