A string containing configuration options that are passed to the IBM Tivoli Storage Manager (TSM) server by the TSM client (Content Engine server). These configuration options override the settings specified in the TSM options files. This string is not normally used and can contain P8-specific data that is not passed to the TSM server.


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

Syntax

Visual Basic (Declaration)
Property TSMOptions As String
C#
string TSMOptions { get; set; }
C++
property string TSMOptions abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_TSMOptions();

/** property */
public void set_TSMOptions(string value);
JScript
public function get TSMOptions() : String

public function set TSMOptions(value : String);

Remarks

See Also