Specifies the priority of this area for activation from Standby when other areas become full. A value of zero is highest priority.

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

ToggleSyntax

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

ToggleSee Also