SimpleRoleProvider.GetUsersInRole(String) Method

Definition

Returns the user names that are in the specified role.

public override string[] GetUsersInRole (string roleName);
override this.GetUsersInRole : string -> string[]
Public Overrides Function GetUsersInRole (roleName As String) As String()

Parameters

roleName
String

The name of the role.

Returns

String[]

The user names that are in the specified role.

Applies to