PropertySourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The different types of sources properties can be from.
public enum PropertySourceType
type PropertySourceType =
Public Enum PropertySourceType
- Inheritance
-
PropertySourceType
Fields
Name | Value | Description |
---|---|---|
ProjectFile | 0 | Property from the project file. |
UserFile | 1 | Property from the user file. |
Default | 2 | Property from default. |