DefaultValueSourceLocation Enum

Definition

Indicates where the default value for some property may be found.

public enum class DefaultValueSourceLocation
public enum DefaultValueSourceLocation
type DefaultValueSourceLocation = 
Public Enum DefaultValueSourceLocation
Inheritance
DefaultValueSourceLocation

Fields

AfterContext 1

The default value for a property is set at the bottom of the project file (usually via an import of a .targets file, where the property definition is conditional on whether the property has not already been defined.)

BeforeContext 0

The default value for a property is set at the top of the project file (usually via an import of a .props file).

Applies to