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)
Available in Sandboxed Solutions: No
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