BaseProperty.DataSource Property

Definition

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

C#
public Microsoft.Build.Framework.XamlTypes.DataSource DataSource { get; set; }
C#
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

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

Attributes

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

Produit Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1