GroupCollectionChangedEventArgs.Group Property
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