Password associated with a storage device object. For ICmIsilonFixedContentDevice, the user must have RAN access privileges.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also