Delen via


SiteName Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the site name with which this instance was initialized.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property SiteName As String
'Usage
Dim instance As OrderSiteAgent
Dim value As String

value = instance.SiteName
public string SiteName { get; }
public:
property String^ SiteName {
    String^ get ();
}
public function get SiteName () : String

Property Value

Type: System..::.String
The name of the site containing the Orders.

Remarks

The name of the Commerce site to which this Orders System object will connect to.

Permissions

See Also

Reference

OrderSiteAgent Class

OrderSiteAgent Members

Microsoft.CommerceServer.Orders Namespace