BaseProperty.DataSource Property

Definition

The data source where the current value of this property is stored.

public:
 property Microsoft::Build::Framework::XamlTypes::DataSource ^ DataSource { Microsoft::Build::Framework::XamlTypes::DataSource ^ get(); void set(Microsoft::Build::Framework::XamlTypes::DataSource ^ value); };
public Microsoft.Build.Framework.XamlTypes.DataSource DataSource { get; set; }
member this.DataSource : Microsoft.Build.Framework.XamlTypes.DataSource with get, set
Public Property DataSource As DataSource

Property Value

DataSource

The data source where the current value of this property is stored.

Remarks

If defined, it overrides the DataSource property on the containing Rule. This field is mandatory only if the parent Rule does not have the data source initialized. The getter for this property returns only the DataSource set directly on this BaseProperty instance.

Applies to