xApplication.IsSinglePartitionSystem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.