Group.GroupId Property
Gets the group ID of the group.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property GroupId As Integer
Get
Friend Set
'Usage
Dim instance As Group
Dim value As Integer
value = instance.GroupId
public int GroupId { get; internal set; }
Property Value
Type: System.Int32
Remarks
The group ID is assigned by the server. If unassigned, the value is -1.