Share via


GroupId Property

Get 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 initially set to -1 for the locally created group. This is not set until it is successfully published to the server. The actual id is assigned by the server.

See Also

Reference

Group Class

Group Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace