TCP port number that the service will bind to


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

Syntax

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

/** property */
public void set_Port(int value);
JScript
public CompilerGeneratedAttribute function get Port() : int

public CompilerGeneratedAttribute function set Port(value : int);

See Also