InstanceHandle.IsValid Property

Definition

Returns a value that indicates whether an instance handle is valid.

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

Property Value

true if the handle is valid; false if the handle is not valid.

Applies to