IPartition.HasData 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 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.