LdapRoleProvider.GetRolesForUser 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 GetRolesForUser ( _
username As String _
) As String()
'Usage
Dim instance As LdapRoleProvider
Dim username As String
Dim returnValue As String()
returnValue = instance.GetRolesForUser(username)
public override string[] GetRolesForUser(
string username
)
Parameters
- username
Type: System.String
Return value
Type: []