EnvironmentManager.AreChangesTracked 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.
Gets a value indicating whether environment variable changes are tracked.
public:
property bool AreChangesTracked { bool get(); };
bool AreChangesTracked();
public bool AreChangesTracked { get; }
var boolean = environmentManager.areChangesTracked;
Public ReadOnly Property AreChangesTracked As Boolean
Property Value
Boolean
bool
true
if environment variable changes are tracked; otherwise, false
.