The password for the system user account.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SystemUserPassword As Byte() |
| C# |
|---|
byte[] SystemUserPassword { get; set; } |
| Visual C++ |
|---|
property array<unsigned char>^ SystemUserPassword { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
| JavaScript |
|---|
function get_systemUserPassword(); function set_systemUserPassword(value); |