此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.SharePoint.Administration.Claims
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function RoleExists ( _
roleName As String _
) As Boolean
用法
Dim instance As SPClaimsAuthRoleProvider
Dim roleName As String
Dim returnValue As Boolean
returnValue = instance.RoleExists(roleName)
public override bool RoleExists(
string roleName
)
参数
- roleName
类型:System.String