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.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
- 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.