Rule.DataSource Property

Definition

The DataSource for all the properties in this Rule. This is overriden by any data source defined locally for a property.

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

Returns the data source.

Remarks

This field need not be specified only if all individual properties have data source defined locally.

Applies to