ApplicationName Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the name of this membership provider.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Property ApplicationName As String
'Usage
Dim instance As UpmMembershipProvider
Dim value As String
value = instance.ApplicationName
instance.ApplicationName = value
public override string ApplicationName { get; set; }
public:
virtual property String^ ApplicationName {
String^ get () override;
void set (String^ value) override;
}
public override function get ApplicationName () : String
public override function set ApplicationName (value : String)
Property Value
Type: System..::.String
The constant name of the custom membership provider.
Remarks
Returns the name of the profile store where the user data is stored. Attempting to set this property will result in a NotSupportedException.
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.