A group represents a logical assemblage of contacts.

Namespace:  Microsoft.Rtc.Collaboration.ContactsGroups
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
NotInheritable 
Class 
Group
C#
public 
sealed 
class 
Group
Visual C++
public 
ref class 
Group 
sealed
JavaScript

Microsoft.Rtc.Collaboration.ContactsGroups.Group = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.ContactsGroups.Group');

Remarks

Groups can be added, deleted or have their properties modifed using the apis from ContactGroupServices. A group is identified by a group ID which is assigned by the server when it is first created. Contacts that are created can be modifed to belong to zero or more groups. Groups do not hold any references to the contacts that belong to them.

Deleting a group causes its entry to be removed from the list of group IDs of contacts that belong to that group.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.ContactsGroups . . :: . Group

See Also