Share via


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 Microsoft.Build.Framework.XamlTypes.DataSource DataSource { get; set; }
public Microsoft.Build.Framework.XamlTypes.DataSource DataSource { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

Returns the data source.

Attributes

Remarks

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

Applies to