Freigeben über


SiteName Property

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

Gets the CommerceServer site name.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Shared ReadOnly Property SiteName As String
'Usage
Dim value As String

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

Property Value

Type: System..::.String
The CommerceServer site name

Remarks

Returns the CommerceServer site name.

Permissions

See Also

Reference

CommerceApplicationModule Class

CommerceApplicationModule Members

Microsoft.CommerceServer.Runtime Namespace