IDisk.HasData Property

Definition

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

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

Property Value

Remarks

If a disk is not mounted when the trace is recorded then no data about the disk 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