DataSource.IsModified Property

Definition

Gets or sets a value that indicates whether the data source is modified.

public:
 property bool IsModified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool IsModified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.IsModified : bool with get, set
Public Property IsModified As Boolean

Property Value

true if the data source is modified; otherwise, false.

Attributes

Applies to