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<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_TSMPort(); /** property */ public void set_TSMPort(Nullable<int> value); |
JScript |
---|
public function get TSMPort() : Nullable<int> public function set TSMPort(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 1500
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ