Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.