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)

Syntax

Visual Basic (Declaration)
Property TSMPassword As Byte()
C#
byte[] TSMPassword { get; set; }
C++
property byte[] TSMPassword abstract  {
    array<char>^ get();
    void set(array<char>^ value);
}
J#
/** property */
public byte[] get_TSMPassword();

/** property */
public void set_TSMPassword(byte[] value);
JScript
public function get TSMPassword() : Byte[]

public function set TSMPassword(value : Byte[]);

Remarks

See Also