DataSource.IsModel Property

Definition

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

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

Property Value

true if the data source is a model; otherwise, false.

Attributes

Applies to