The port number of the IBM Tivoli Storage Manager (TSM) server. This property corresponds to the tcpport option in a TSM options file.


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

Syntax

Visual Basic (Declaration)
Property TSMPort As Nullable(Of Integer)
C#
Nullable<int> TSMPort { get; set; }
C++
property Nullable<int> TSMPort abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_TSMPort();

/** property */
public void set_TSMPort(Nullable<intvalue);
JScript
public function get TSMPort() : Nullable<int>

public function set TSMPort(value : Nullable<int>);

Remarks

See Also