IHypercall.Partition Property
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.
Gets the index of the hypervisor partition. Partition 0 is the host OS, and non-zero partition numbers refer to any guest OSes on VMs.
public Nullable<int> Partition { get; }
member this.Partition : Nullable<int>
Public ReadOnly Property Partition As Nullable(Of Integer)