Specifies the user name for authenticating to the directory server. The following are examples of strings
for Active Directory and Oracle Directory Server:
- For Active Directory: "CN=test1,CN=Users,DC=myCompany,DC=com"
- For Oracle Directory Server: "uid=admin,ou=administrators,ou=topologymanagement, o=netscaperoot"
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property DirectoryServerUserName As String |
| C# |
|---|
string DirectoryServerUserName { get; set; } |
| Visual C++ |
|---|
property String^ DirectoryServerUserName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_directoryServerUserName(); function set_directoryServerUserName(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ