次の方法で共有


EncodedTaskStepUpdateParameters.EncodedTaskContent プロパティ

定義

テンプレート/定義ファイルコンテンツの base64 エンコード値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象