Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the group IDs of the group to which this contact belongs.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property GroupIds As Collection(Of Integer)
Get
'Usage
Dim instance As ContactAddOptions
Dim value As Collection(Of Integer)
value = instance.GroupIds
public Collection<int> GroupIds { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<Int32>