TaskStepUpdateParameters.ContextPath Property

Definition

Gets or sets the URL(absolute or relative) of the source context for the task step.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to