Share via


LdapRoleProvider.FindUsersInRole method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function FindUsersInRole ( _
    roleName As String, _
    usernameToMatch As String _
) As String()
'Usage
Dim instance As LdapRoleProvider
Dim roleName As String
Dim usernameToMatch As String
Dim returnValue As String()

returnValue = instance.FindUsersInRole(roleName, _
    usernameToMatch)
public override string[] FindUsersInRole(
    string roleName,
    string usernameToMatch
)

Parameters

Return value

Type: []

See also

Reference

LdapRoleProvider class

LdapRoleProvider members

Microsoft.Office.Server.Security namespace