Gets the version number of this container.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Version 
As 
Long
C#
public 
long 
Version { 
get; }
Visual C++
public:
property 
long long 
Version {
	
long long 
get ();
}
JavaScript
function get_
version();

See Also