The name of a user account assigned to Content Engine servers for access to IBM Legacy Content Search Engine collections. The user account must be a member of the group specified by the UserGroup property. The values of the UserDomain, UserName, and UserPassword properties are used by Content Engine servers to authenticate with the 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 UserName As String
C#
string UserName { get; set; }
Visual C++
property String^ UserName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_userName();
function set_userName(value);

ToggleRemarks

ToggleSee Also