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.Orders.WebService
Assembly:  Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.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 the authorization checks are enables; otherwise, false.

Remarks

Returns an indicator specifying whether or not authorization checks are enabled on the web service. When set to true, the application will perform all authorization checks .

Permissions

See Also

Reference

OrdersWebService Class

OrdersWebService Members

Microsoft.CommerceServer.Orders.WebService Namespace