OriginSessionVersion Property |
Gets the version number for the session description.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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