A string, such as "FileNetP8", that identifies the application type of the client (Content Engine server) to the IBM Tivoli Storage Manager server.


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

Syntax

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

/** property */
public void set_TSMApplicationType(string value);
JScript
public function get TSMApplicationType() : String

public function set TSMApplicationType(value : String);

Remarks

See Also