Share via


Flowchart.StartNode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The FlowNode to be executed when the flowchart starts.

Namespace:  System.Activities.Core
Assembly:  System.Activities.Core (in System.Activities.Core.dll)

Syntax

'Declaration
<IsRequiredAttribute> _
Public Property StartNode As FlowNode
    Get
    Set
'Usage
Dim instance As Flowchart
Dim value As FlowNode

value = instance.StartNode

instance.StartNode = value
[IsRequiredAttribute]
public FlowNode StartNode { get; set; }
[IsRequiredAttribute]
public:
property FlowNode^ StartNode {
    FlowNode^ get ();
    void set (FlowNode^ value);
}
function get StartNode () : FlowNode
function set StartNode (value : FlowNode)
[<IsRequiredAttribute>]
member StartNode : FlowNode with get, set

Property Value

Type: System.Activities.Core.FlowNode
The starting node.

Remarks

There must only be one StartNode.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

Flowchart Class

Flowchart Members

System.Activities.Core Namespace