Host name of server


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property ServerHostname As String
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public string ServerHostname { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property string ServerHostname sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ServerHostname();

/** property */
public void set_ServerHostname(string value);
JScript
public CompilerGeneratedAttribute function get ServerHostname() : String

public CompilerGeneratedAttribute function set ServerHostname(value : String);

See Also