Edit

Share via


IHypervisorPartitionDataSource.HostPartitionId Property

Definition

Gets the ID of the partition hosting the partition the trace was recorded inside of, if any.

public Nullable<Guid> HostPartitionId { get; }
member this.HostPartitionId : Nullable<Guid>
Public ReadOnly Property HostPartitionId As Nullable(Of Guid)

Property Value

Remarks

If this trace was recorded in the root partition this value will be null. If this trace was recorded in a partition being hosted by the root partition this value will be Root.

Applies to