次の方法で共有


NamedValueContract.Value プロパティ

定義

NamedValue の値を取得または設定します。 ポリシー式を含めることができます。 空にすることはできません。スペースのみで構成することはできません。 このプロパティは'GET' 操作では入力されません。 値を取得するには、'/listSecrets' POST 要求を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.value")]
public string Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.value")>]
member this.Value : string with get, set
Public Property Value As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象