Share via


xApplication.IsSinglePartitionSystem Method

Definition

Evaluates whether the deployment has a single partition or multiple partitions.

public:
 static bool IsSinglePartitionSystem();
public static bool IsSinglePartitionSystem ();
static member IsSinglePartitionSystem : unit -> bool
Public Shared Function IsSinglePartitionSystem () As Boolean

Returns

true if the deployment has only one partition; false if the deployment has multiple partitions.

Applies to