ServerName Property

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

Gets or sets the name of the web server on which the failure occurred.

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

Syntax

'Declaration
Public Property ServerName As String
'Usage
Dim instance As CacheRefreshFailureInformation
Dim value As String

value = instance.ServerName

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

Property Value

Type: System..::.String
The name of the web server on which the failure occurred.

Remarks

Stores the name of the web server on which the failure occurred.

Permissions

See Also

Reference

CacheRefreshFailureInformation Class

CacheRefreshFailureInformation Members

Microsoft.CommerceServer Namespace