Flag indicating if this data object has been locally modified

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
bool IsModified { get; }
Visual Basic
ReadOnly Property IsModified As Boolean
	Get
Visual C++
property bool IsModified {
	bool get ();
}
F#
abstract IsModified : bool with get

Property Value

Type: Boolean

See Also