DataSource.SourceOfDefaultValue Property

Definition

Gets or sets a value indicating where the default value for this property can be found.

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

Property Value

Returns DefaultValueSourceLocation.

Applies to