Host name of client


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

Syntax

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

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

public CompilerGeneratedAttribute function set ClientHostname(value : String);

See Also