true if the properties of an object of the class still return correct property values after the object has been deleted from the collection it belonged to.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool IsAvailable { get; private set; }
Visual Basic
Public Property IsAvailable As Boolean
	Get
	Private Set

See Also