次の方法で共有


EncodedTaskRunRequest.EncodedValuesContent プロパティ

定義

パラメーター/値ファイルコンテンツの base64 エンコード値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象