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.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.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 full path to the authorization policy file being used by the web service.
Remarks
Returns the full path to the authorization policy file being used by 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.