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)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also