NodeKind Property

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Gets the node's kind.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicReadOnlyPropertyNodeKindAsNodeKindGet
'Usage
DiminstanceAsNodeDimvalueAsNodeKindvalue = instance.NodeKind
publicNodeKindNodeKind { get; }
public:
propertyNodeKindNodeKind {
    NodeKindget ();
}
function getNodeKind () : NodeKind

Property Value

Type: System.Dataflow. . :: . .NodeKind
The node's kind.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

System.Dataflow Namespace