共用方式為


NameEnumerationResult.IsValid Property

Definition

Indicates whether the enumeration result is valid. Do not use the result, if it is not valid.

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

Property Value

true if the enumeration result is valid; false otherwise.

Applies to