BaseProperty.Default Property

Gets or sets the default value for this property.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Framework.XamlTypes
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

Syntax

'Declaration
Public Property Default As String
public string Default { get; set; }
public:
property String^ Default {
    String^ get ();
    void set (String^ value);
}
member Default : string with get, set
function get Default () : String 
function set Default (value : String)

Property Value

Type: System.String
Returns the default value for this property.

Remarks

This field is optional. If the value is a StringProperty, semantics determine whether this field is culture-sensitive.

.NET Framework Security

See Also

Reference

BaseProperty Class

Microsoft.Build.Framework.XamlTypes Namespace