The password of the client node (Content Engine server) that connects to the IBM® Tivoli® Storage Manager server.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also