AuthorizationPolicyPath Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the full path to the authorization policy file being used by the web service.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
Protected ReadOnly Property AuthorizationPolicyPath As String
'Usage
Dim value As String
value = Me.AuthorizationPolicyPath
protected string AuthorizationPolicyPath { get; }
protected:
property String^ AuthorizationPolicyPath {
String^ get ();
}
protected function get AuthorizationPolicyPath () : String
Property Value
Type: System..::.String
The configured authorization policy path from the catalogWebService Web.Config element, attribute authorizationPolicyPath.
Remarks
Gets the full path to the authorization policy file being used by the web service.
Examples
Returns the configured authorization policy path from the catalogWebService Web.Config element, attribute authorizationPolicyPath.
Specifies the path where the authorization policy for the site can be found.
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.