The service port number used to access this isolated region.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property BrokerPort As Nullable(Of Integer)
C#
Nullable<int> BrokerPort { get; set; }
C++
property Nullable<int> BrokerPort abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_BrokerPort();

/** property */
public void set_BrokerPort(Nullable<intvalue);
JScript
public function get BrokerPort() : Nullable<int>

public function set BrokerPort(value : Nullable<int>);

Remarks

See Also