Gets the group ID of the group.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
GroupId 
As 
Integer
C#
public 
int 
GroupId { 
get; 
internal 
set; }
Visual C++
public:
property 
int 
GroupId {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript
function get_
groupId();
function set_
groupId(
value);

Remarks

The group ID is assigned by the server. If unassigned, the value is -1.

See Also