The ID number identifying this isolated region.

If multiple isolated regions are associated with the same object store (as set on the ObjectStore property), then the isolated regions will share the same database connection as the object store. For the server to distinguish between isolated regions in the same database using the same database schema name, this property must be set to a unique value for each isolated region.

A unique value is not required if the isolated region will not share a database connection with other isolated regions using the same database schema name.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also