Specifies the username for authenticating to the directory server. The following are examples of strings for Active Directory and SunOne directory servers:

  • For Active Directory: "CN=test1,CN=Users,DC=myCompany,DC=com"
  • For SunOne: "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; }
C++
property string DirectoryServerUserName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DirectoryServerUserName();

/** property */
public void set_DirectoryServerUserName(string value);
JScript
public function get DirectoryServerUserName() : String

public function set DirectoryServerUserName(value : String);

Remarks

See Also