Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the name given to the UpmMembershipProvider in the web.config.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderName As String
'Usage
Dim instance As UpmMembershipSettings
Dim value As String
value = instance.ProviderName
public string ProviderName { get; }
public:
property String^ ProviderName {
String^ get ();
}
public function get ProviderName () : String
Property Value
Type: System..::.String
The name given to the UpmMembershipProvider in the web.config.
Remarks
Returns the name given to the UpmMembershipProvider in the web.config.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.