The name of a user account assigned to Content Engine servers for access to Verity collections. The user name must be a member of the group specified in UserGroup. The values of the UserDomain, UserName, and UserPassword properties are used by Content Engine servers to log in to Verity for indexing and search operations.


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

Syntax

Visual Basic (Declaration)
Property UserName As String
C#
string UserName { get; set; }
C++
property string UserName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_UserName();

/** property */
public void set_UserName(string value);
JScript
public function get UserName() : String

public function set UserName(value : String);

Remarks

See Also