Specifies the port number on which the IBM Content Manager OnDemand (CMOD) server associated with this CMOD fixed content device is listening. A value of 0 indicates the default CMOD port.


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

Syntax

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

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

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

Remarks

See Also