AuthorizationEnabled Property

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

Gets a flag indicating whether the authorization checks are enabled on the web service.

Namespace:  Microsoft.CommerceServer.Profiles.WebService
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
Protected ReadOnly Property AuthorizationEnabled As Boolean
'Usage
Dim value As Boolean

value = Me.AuthorizationEnabled
protected bool AuthorizationEnabled { get; }
protected:
property bool AuthorizationEnabled {
    bool get ();
}
protected function get AuthorizationEnabled () : boolean

Property Value

Type: System..::.Boolean
true to indicate that the authorization checks are enabled; otherwise, false.

Remarks

Returns a flag indicating whether or not authorization checks are enabled on the web service.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace