Edit

Share via


IPartition.HasData Property

Definition

Gets a value indicating whether or not data about this partition is present.

public bool HasData { get; }
member this.HasData : bool
Public ReadOnly Property HasData As Boolean

Property Value

Remarks

If a partition is not mounted when the trace is recorded then no data about the partition will be present in the trace, other than its existence. Attempting to access any other property when this value is false will throw.

Applies to