Partajați prin


ProviderName Property

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

See Also

Reference

UpmMembershipSettings Class

UpmMembershipSettings Members

Microsoft.CommerceServer.Runtime.Profiles Namespace