The password assigned to the Content Engine user account name specified in
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
UserName
. 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. This value is encrypted (a byte array).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property UserPassword As Byte() |
C# |
---|
byte[] UserPassword { get; set; } |
C++ |
---|
property byte[] UserPassword abstract { array<char>^ get(); void set(array<char>^ value); } |
J# |
---|
/** property */ public byte[] get_UserPassword(); /** property */ public void set_UserPassword(byte[] value); |
JScript |
---|
public function get UserPassword() : Byte[] public function set UserPassword(value : Byte[]); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BINARY
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ