Gets the version number of the category item.

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

Syntax

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

See Also