True when the data element represents a physically stored element

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public bool ExistsInStore { get; internal set; }
Visual Basic
Public Property ExistsInStore As Boolean
	Get
	Friend Set
Visual C++
public:
property bool ExistsInStore {
	bool get ();
	internal: void set (bool value);
}

See Also