GetGroupMembers(string groupName) Method

Returns an enumeration of IUserDirectoryUser for the group with the specified name.

Syntax

public abstract IEnumerable<IUserDirectoryUser> GetGroupMembers(string groupName)

Parameters

groupName
Type: string

Name of the group.