Indicates if the advanced storage device can be configured as a synchronous replica. If false, then an advanced storage area cannot synchronously upload content to the device.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property SynchronousReplicationSupported As Nullable(Of Boolean)
C#
Nullable<bool> SynchronousReplicationSupported { get; }
Visual C++
property Nullable<bool> SynchronousReplicationSupported {
	Nullable<bool> get ();
}
JavaScript
function get_synchronousReplicationSupported();

ToggleRemarks

ToggleSee Also