PipelineJob.TopologyName Property

Definition

Gets or sets reference to an existing pipeline topology. When activated, this pipeline job will process content according to the pipeline topology definition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to