Specifies whether data retention protection is enabled on the IBM Tivoli Storage Manager (TSM) server (true) or not (false). This property corresponds to the ENABLEARCHIVERETENTIONPROTECTION option in a TSM options file and must match the data retention protection setting on the TSM server.


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

Syntax

Visual Basic (Declaration)
Property TSMArchiveProtectionFlag As Nullable(Of Boolean)
C#
Nullable<bool> TSMArchiveProtectionFlag { get; set; }
C++
property Nullable<bool> TSMArchiveProtectionFlag abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_TSMArchiveProtectionFlag();

/** property */
public void set_TSMArchiveProtectionFlag(Nullable<boolvalue);
JScript
public function get TSMArchiveProtectionFlag() : Nullable<bool>

public function set TSMArchiveProtectionFlag(value : Nullable<bool>);

Remarks

See Also