Specifies whether data retention protection is enabled on the IBM Tivoli Storage Manager (TSM) server (
) or not (
). 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<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_TSMArchiveProtectionFlag(); /** property */ public void set_TSMArchiveProtectionFlag(Nullable<bool> value); |
JScript |
---|
public function get TSMArchiveProtectionFlag() : Nullable<bool> public function set TSMArchiveProtectionFlag(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ