Share via


LdapRoleProvider.RoleExists 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 RoleExists ( _
    roleName As String _
) As Boolean
'Usage
Dim instance As LdapRoleProvider
Dim roleName As String
Dim returnValue As Boolean

returnValue = instance.RoleExists(roleName)
public override bool RoleExists(
    string roleName
)

Parameters

Return value

Type: System.Boolean

See also

Reference

LdapRoleProvider class

LdapRoleProvider members

Microsoft.Office.Server.Security namespace