| PersistentObjectIsDirty Property |
Gets a value indicating whether the object is dirty.
Namespace: ObujekutoruAssembly: obujekutoru (in obujekutoru.dll) Version: 1.0.0.19089 (1.0.0.*)
Syntax public bool IsDirty { get; }
Public ReadOnly Property IsDirty As Boolean
Get
public:
property bool IsDirty {
bool get ();
}
member IsDirty : bool with get
Property Value
Type:
BooleanSee Also