The owner name for controlling access to the Content Engine objects that are archived using the IBM Tivoli Storage Manager server. This property is included for legacy reasons and is normally left blank.


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

Syntax

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

/** property */
public void set_TSMOwnerName(string value);
JScript
public function get TSMOwnerName() : String

public function set TSMOwnerName(value : String);

Remarks

See Also