IP Address of server


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

Syntax

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

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

public CompilerGeneratedAttribute function set ServerAddress(value : String);

See Also