The port number of a Microsoft® Active Directory global catalog server.

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

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

ToggleSyntax

Visual Basic (Declaration)
Property GCPort As String
C#
string GCPort { get; set; }
Visual C++
property String^ GCPort {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_gcPort();
function set_gcPort(value);

ToggleRemarks

ToggleSee Also