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.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property AuthorizationPolicyPath As String
'Usage
Dim value As String
value = MarketingWebService.AuthorizationPolicyPath
protected static string AuthorizationPolicyPath { get; }
protected:
static property String^ AuthorizationPolicyPath {
String^ get ();
}
protected static function get AuthorizationPolicyPath () : String
Property Value
Type: System..::.String
The path where the authorization policy for the site can be found.
Remarks
The AuthorizationPolicyPath 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 Marketing 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.