  | ActiveDirectoryRoleProviderGetUsersInRole Method  | 
 
            Gets a list of users in the specified role for the configured applicationName.
            
 
    Namespace: 
   Galactic.Web.Security.ActiveDirectory
    Assembly:
   Galactic.Web.Security.ActiveDirectory (in Galactic.Web.Security.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic override string[] GetUsersInRole(
	string roleName
)
Public Overrides Function GetUsersInRole ( 
	roleName As String
) As String()
public:
virtual array<String^>^ GetUsersInRole(
	String^ roleName
) override
abstract GetUsersInRole : 
        roleName : string -> string[] 
override GetUsersInRole : 
        roleName : string -> string[] Parameters
- roleName
 - Type: SystemString
The name of the role to get the list of users for. 
Return Value
Type: 
StringA string array containing the names of all the users who are members of the specified role for the configured applicationName.
See Also