SPFormsAuthenticationProvider.MembershipProvider field
The membership provider name that SharePoint will call to create, verify, manage, and authenticate users. This name must be the same as the name specified in the web.config file for the membership provider.
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaration
Public MembershipProvider As String
'Usage
Dim instance As SPFormsAuthenticationProvider
Dim value As String
value = instance.MembershipProvider
instance.MembershipProvider = value
public string MembershipProvider
See also
Reference
SPFormsAuthenticationProvider class