Specifies the port number of the directory server. The FileNet P8 Content Engine supports four directory server types: Microsoft Active Directory, IBM Tivoli, Novell eDirectory, and Sun Java System Directory Server (SunOne). The value of this property defaults to port 389 for all supported directory server types.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DirectoryServerPort As Nullable(Of Integer) |
C# |
---|
Nullable<int> DirectoryServerPort { get; set; } |
C++ |
---|
property Nullable<int> DirectoryServerPort abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_DirectoryServerPort(); /** property */ public void set_DirectoryServerPort(Nullable<int> value); |
JScript |
---|
public function get DirectoryServerPort() : Nullable<int> public function set DirectoryServerPort(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 389
PropertyMaximumInteger32: 65535
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ