Rule.DataSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns the data source.
Remarks
This field need not be specified only if all individual properties have data source defined locally.