Share via


EncodedTaskStep.EncodedTaskContent Property

Definition

Gets or sets base64 encoded value of the template/definition file content.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to