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.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property AuthorizationEnabled As Boolean
'Usage
Dim value As Boolean
value = MarketingWebService.AuthorizationEnabled
protected static bool AuthorizationEnabled { get; }
protected:
static property bool AuthorizationEnabled {
bool get ();
}
protected static function get AuthorizationEnabled () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the authorization checks are enabled; 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.