Dijeli putem


EnableAccountStatus Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether UpmMembershipProvider tracks the account status (Active, Inactive).

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property EnableAccountStatus As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean

value = instance.EnableAccountStatus
public bool EnableAccountStatus { get; }
public:
property bool EnableAccountStatus {
    bool get ();
}
public function get EnableAccountStatus () : boolean

Property Value

Type: System..::.Boolean
true to indicate that the provider tracks the account status; otherwise, false.

Remarks

Returns a value indicating whether UpmMembershipProvider tracks the account status (Active, Inactive). Returns true to indicate that the provider tracks the account status. Returns false to indicate that the provider does not track the account status.

Permissions

See Also

Reference

UpmMembershipSettings Class

UpmMembershipSettings Members

Microsoft.CommerceServer.Runtime.Profiles Namespace