SPFormsAuthenticationProvider.RoleProvider property
Gets or sets the string that represents the role provider name.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RoleProvider As String
Get
Set
'Usage
Dim instance As SPFormsAuthenticationProvider
Dim value As String
value = instance.RoleProvider
instance.RoleProvider = value
public string RoleProvider { get; set; }
Property value
Type: System.String
A string that contains the role provider name.
See also
Reference
SPFormsAuthenticationProvider class