GroupCollection.GetGroupsByType method
Gets a collection of groups of a given group type.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function GetGroupsByType ( _
groupType As GroupType _
) As GroupCollection
'Usage
Dim instance As GroupCollection
Dim groupType As GroupType
Dim returnValue As GroupCollection
returnValue = instance.GetGroupsByType(groupType)
public GroupCollection GetGroupsByType(
GroupType groupType
)
Parameters
- groupType
Type: Microsoft.Lync.Model.Group.GroupType
Return value
Type: Microsoft.Lync.Model.Group.GroupCollection
IGroupCollection