The LDAP domain to which the user specified in UserName belongs. The values of the UserDomain, UserName, and UserPassword properties are used to login to Verity for indexing and search operations.


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

Syntax

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

/** property */
public void set_UserDomain(string value);
JScript
public function get UserDomain() : String

public function set UserDomain(value : String);

Remarks

See Also