Share via


ParameterResource.Value Property

Definition

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).

Applies to