Indicates the length of time in minutes that the background task will run for a timeslot.

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

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also