ServiceUri Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the URL of the Web service the agent is communicating with.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceUri As Uri
'Usage
Dim instance As ServiceAgent
Dim value As Uri
value = instance.ServiceUri
public Uri ServiceUri { get; }
public:
property Uri^ ServiceUri {
Uri^ get ();
}
public function get ServiceUri () : Uri
Property Value
Type: System..::.Uri
The URL of the Web service the agent is communicating with.
Remarks
The full URL of the Web Service, used to locate the Web service this agent will run against
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.