The port number of the directory server.

Content Engine ignores this property when the value of the DirectoryServerHost property is a failover list. For information about failover lists, see the DirectoryServerHost property.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also