Summary
Returns false if
IValid object is null or if
IValid.IsValid returns false.
Summary
Returns false if
IValid object is null or if
IValid.IsValid returns false.
bool
IsValid
{
get;
set;
}
Summary
Returns true if this object is still valid and can be safely accessed.
When false, accessing the object's properties or methods may throw exceptions.