DataSource.IsShared Property

Definition

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

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

Property Value

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

Attributes

Applies to