Delen via


AuthorizationPolicyPath Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the path to the Authorization Manager authorization policy for use with the OrderManagementContext to be created.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorizationPolicyPath As String
'Usage
Dim instance As OrderSiteAgent
Dim value As String

value = instance.AuthorizationPolicyPath
public string AuthorizationPolicyPath { get; }
public:
property String^ AuthorizationPolicyPath {
    String^ get ();
}
public function get AuthorizationPolicyPath () : String

Property Value

Type: System..::.String
The path to the Authorization Manager authorization policy for use with the OrderManagementContext.

Remarks

Specifies the path where the authorization policy for the site can be found. This path can be a full path or a relative path. If a full path is not specified then the path will be relative to the physical directory of the Catalog Web service.

You can use a different authorization policy by changing the AuthorizationPolicyPath.

Permissions

See Also

Reference

OrderSiteAgent Class

OrderSiteAgent Members

Microsoft.CommerceServer.Orders Namespace