SPClaimsAuthRoleProvider.RoleExists-Methode
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function RoleExists ( _
roleName As String _
) As Boolean
'Usage
Dim instance As SPClaimsAuthRoleProvider
Dim roleName As String
Dim returnValue As Boolean
returnValue = instance.RoleExists(roleName)
public override bool RoleExists(
string roleName
)
Parameter
- roleName
Typ: System.String
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
SPClaimsAuthRoleProvider Klasse