NodeInput.NodeName Property

Definition

Gets or sets the name of the upstream node in the pipeline which output is used as input of the current node.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to