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
- 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.
See Also
Reference
CommerceApplicationModule Class