Gets the kind of the variable, such as Local, Input, or Output.
This property defines the scope of the variable. Use VariableKind.Local for variables used only within the current graph. Use VariableKind.Input or VariableKind.Output to expose variables to or from a subgraph. This value does not determine the PortDirection of the port on the variable node.