Public Property IsValid() As bool
public bool IsValid;
Assesses if the object ID is associated with a database that is currently in memory. If the object ID is associated with a database that is no longer available (in other words, has been deleted), then the value is false.
Read-only