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 the group that was added to or removed from the collection.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Group As Group
Get
'Usage
Dim instance As GroupCollectionChangedEventArgs
Dim value As Group
value = instance.Group
public Group Group { get; }
Property Value
Type: Microsoft.Lync.Model.Group.Group
See Also
Reference
GroupCollectionChangedEventArgs Class