Specifies the password for the security principal identified by the CMODUserName property.

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

ToggleSyntax

Visual Basic (Declaration)
Property CMODPassword As Byte()
C#
byte[] CMODPassword { get; set; }
Visual C++
property array<unsigned char>^ CMODPassword {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_cmodPassword();
function set_cmodPassword(value);

ToggleRemarks

ToggleSee Also