The period of inactivity in days after which a managed user should be disabled.

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

ToggleSyntax

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

ToggleSee Also