NodeInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an input signal to be used on a pipeline node.
public class NodeInput
type NodeInput = class
Public Class NodeInput
- Inheritance
-
NodeInput
Constructors
NodeInput() |
Initializes a new instance of the NodeInput class. |
NodeInput(String) |
Initializes a new instance of the NodeInput class. |
Properties
NodeName |
Gets or sets the name of the upstream node in the pipeline which output is used as input of the current node. |
Methods
Validate() |
Validate the object. |