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

Visual Basic (Declaration)
Public 
Property 
GroupIds 
As 
Integer()
C#
public 
int[] 
GroupIds { 
get; 
set; }
Visual C++
public:
property 
array<
int>^ 
GroupIds {
	
array<
int>^ 
get ();
	
void 
set (
array<
int>^ 
value);
}
JavaScript
function get_
groupIds();
function set_
groupIds(
value);

Exceptions

Exception Condition
ArgumentNullException Thrown when valueis null.
ArgumentOutOfRangeException Thrown when valueis not positive.

See Also