ParameterResource.Value 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.
Caution
Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).
Gets the value of the parameter.
public string Value { get; }
[System.Obsolete("Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).")]
public string Value { get; }
member this.Value : string
[<System.Obsolete("Use GetValueAsync for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).")>]
member this.Value : string
Public ReadOnly Property Value As String
Property Value
- Attributes
Remarks
This property is obsolete. Use GetValueAsync(CancellationToken) for async access or pass the ParameterResource directly to methods that accept it (e.g., environment variables).