EnvironmentVariableSnapshot.IsFromSpec 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.
Determines if this environment variable was defined in the resource explicitly or computed (for e.g. inherited from the process hierarchy).
public bool IsFromSpec { get; init; }
member this.IsFromSpec : bool with get, set
Public Property IsFromSpec As Boolean