DataSource.IsReference Property

Definition

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

public:
 property bool IsReference { bool get(); };
[System.Xml.Serialization.XmlIgnore]
public bool IsReference { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.IsReference : bool
Public ReadOnly Property IsReference As Boolean

Property Value

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

Attributes

Applies to