The LDAP domain to which the user account specified by the UserName property belongs. The values of the UserDomain, UserName, and UserPassword properties are used by Content Engine servers to authenticate with the IBM Legacy Content Search Engine for indexing and search operations.

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

ToggleSyntax

Visual Basic (Declaration)
Property UserDomain As String
C#
string UserDomain { get; set; }
Visual C++
property String^ UserDomain {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_userDomain();
function set_userDomain(value);

ToggleRemarks

ToggleSee Also