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)

ToggleSyntax

Visual Basic (Declaration)
Property CMODPort As Nullable(Of Integer)
C#
Nullable<int> CMODPort { get; set; }
Visual C++
property Nullable<int> CMODPort {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_cmodPort();
function set_cmodPort(value);

ToggleRemarks

ToggleSee Also