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)

ToggleSyntax

Visual Basic (Declaration)
Property TSMPort As Nullable(Of Integer)
C#
Nullable<int> TSMPort { get; set; }
Visual C++
property Nullable<int> TSMPort {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_tsmPort();
function set_tsmPort(value);

ToggleRemarks

ToggleSee Also