SavedResponseServerName Property |
Gets or sets the name of the server.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string ServerName { get; set; }
<DataMemberAttribute>
Public Property ServerName As String
Get
Set
public:
[DataMemberAttribute]
property String^ ServerName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ServerName : string with get, set
Property Value
Type:
String
The name of the server.
See Also