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