The port number to connect to on the upstream server


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

Syntax

Visual Basic (Declaration)
<XmlAttributeAttribute("UpstreamPort")>
Public Property UpstreamPort As Integer
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
[XmlAttributeAttribute("UpstreamPort")]
public int UpstreamPort { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
[XmlAttributeAttribute(L"UpstreamPort")]
public property int UpstreamPort sealed  {
    int get();
    void set(int value);
}
J#
/** @attribute XmlAttributeAttribute("UpstreamPort") */
/** property */
public int get_UpstreamPort();

/** property */
public void set_UpstreamPort(int value);
JScript
public CompilerGeneratedAttribute function get UpstreamPort() : int

public CompilerGeneratedAttribute function set UpstreamPort(value : int);

See Also