ProjectProperty.IsEnvironmentProperty Property

Definition

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.

Applies to