Share via


Group Members

Include Protected Members
Include Inherited Members

Represents a collection of contacts with a specified name.

The Group type exposes the following members.

Properties

  Name Description
Public property ContactManager Gets the parent contact manager of this group.
Public property Count Returns number of items in the collection. (inherited from ContactCollection)
Public property Id Gets the ID of the group.
Public property IsReadOnly (inherited from ContactCollection)
Public property Item (inherited from ContactCollection)
Public property Name Gets the name of the group.
Public property Type Gets the group type.

Top

Methods

  Name Description
Public method Add (inherited from ContactCollection)
Public method BeginAddContact Adds a new contact to the group.
Public method BeginRemoveContact Removes a contact from the group.
Public method CanInvoke Returns true if a certain action can be applied to the group.
Public method Clear (inherited from ContactCollection)
Public method Contains (inherited from ContactCollection)
Public method CopyTo (inherited from ContactCollection)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method EndAddContact Blocks calling thread until BeginAddContact completes.
Public method EndRemoveContact Blocks calling thread until BeginRemoveContact completes.
Public method Equals (inherited from Object)
Protected method Finalize (Overrides UCWFullFinalize().)
Public method GetEnumerator (inherited from ContactCollection)
Public method GetHashCode (inherited from Object)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Public method GetType (inherited from Object)
Public method IndexOf (inherited from ContactCollection)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Public method Insert (inherited from ContactCollection)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method Remove (inherited from ContactCollection)
Public method RemoveAt (inherited from ContactCollection)
Public method ToString (inherited from Object)
Public method TryGetContact Gets the first ocurrence of a contact with the specified Uri. Returns true if the collection contains a contact with the specified Uri. Otherwise, false is returned. (inherited from ContactCollection)

Top

Events

  Name Description
Public event ContactAdded Occurs when a contact is added to the group.
Public event ContactRemoved Occurs when a contact is removed from the group.
Public event NameChanged Occurs when the group is renamed.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (inherited from ContactCollection)

Top

See Also

Reference

Group Class

Microsoft.Lync.Model.Group Namespace