Share via


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

See Also

Reference

ServiceAgent Class

ServiceAgent Members

Microsoft.CommerceServer Namespace