Specifies the number of retries the ImportAgent thread will attempt.

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

ToggleSyntax

Visual Basic (Declaration)
Property ImportAgentRetryCount As Nullable(Of Integer)
C#
Nullable<int> ImportAgentRetryCount { get; set; }
Visual C++
property Nullable<int> ImportAgentRetryCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_importAgentRetryCount();
function set_importAgentRetryCount(value);

ToggleRemarks

ToggleSee Also