Share via


ContactAddOptions.GroupIds Property

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>

See Also

Reference

ContactAddOptions Class

ContactAddOptions Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace