ProjectProperty.IsEnvironmentProperty Property
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.
Whether the property originated from the environment (or the toolset)
public:
abstract property bool IsEnvironmentProperty { bool get(); };
public:
property bool IsEnvironmentProperty { bool get(); };
public abstract bool IsEnvironmentProperty { get; }
public bool IsEnvironmentProperty { get; }
member this.IsEnvironmentProperty : bool
Public MustOverride ReadOnly Property IsEnvironmentProperty As Boolean
Public ReadOnly Property IsEnvironmentProperty As Boolean
Property Value
true
if the property originated from an environment variable; otherwise, false
.