Share via


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.Catalog.WebService
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.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

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

See Also

Reference

CatalogWebService Class

CatalogWebService Members

Microsoft.CommerceServer.Catalog.WebService Namespace