Host name of server as presented to client
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ServerRemoteHostname As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string ServerRemoteHostname { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string ServerRemoteHostname sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ServerRemoteHostname(); /** property */ public void set_ServerRemoteHostname(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ServerRemoteHostname() : String public CompilerGeneratedAttribute function set ServerRemoteHostname(value : String); |