The IP address or computer name of the IBM Tivoli Storage Manager (TSM) server. This property corresponds to the TCPSERVERADDRESS option in a TSM options file.


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

Syntax

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

/** property */
public void set_TSMServerAddress(string value);
JScript
public function get TSMServerAddress() : String

public function set TSMServerAddress(value : String);

Remarks

See Also