ArraySettingItemProperty.EnvironmentVariableDefault 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 the environment variable from which the default value is parsed. If it is not defined or cannot be parsed, the value specified in DefaultValue is used instead.
[System.Runtime.Serialization.DataMember]
public string? EnvironmentVariableDefault { get; init; }
[<System.Runtime.Serialization.DataMember>]
member this.EnvironmentVariableDefault : string with get, set
Public Property EnvironmentVariableDefault As String
Property Value
- Attributes