Indicates the length of time in minutes that the background task will run for a timeslot.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Duration As Nullable(Of Integer) |
C# |
---|
Nullable<int> Duration { get; set; } |
Visual C++ |
---|
property Nullable<int> Duration { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_duration(); function set_duration(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ