Entity.Valid 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.
Whether this entity is still valid.
public:
property bool Valid { bool get(); };
public bool Valid { get; }
member this.Valid : bool
Public ReadOnly Property Valid As Boolean
Property Value
Remarks
An entity is invalid if it has been destroyed or if the connection has been lost. It is an error to call any other function on an invalid object.