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 or sets the list of group IDs for the contact.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property GroupIds As Integer()
Get
Set
'Usage
Dim instance As Contact
Dim value As Integer()
value = instance.GroupIds
instance.GroupIds = value
public int[] GroupIds { get; set; }
Property Value
Type: []
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when value is null. |
| ArgumentOutOfRangeException | Thrown when value is not positive. |