SPFormsAuthenticationProvider.RoleManager field
The role provider name for managing user roles and groups. This name must be the same as the name specified in the web.config file for the role provider. Instead of defining a SharePoint-specific membership provider syntax that includes group information, SharePoint will use the standard role provider interface to gather group information about the current user.
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaration
Public RoleManager As String
'Usage
Dim instance As SPFormsAuthenticationProvider
Dim value As String
value = instance.RoleManager
instance.RoleManager = value
public string RoleManager
See also
Reference
SPFormsAuthenticationProvider class