Share via


IControlFlow.SourceActivityNode Property

The node from which tokens flow on this edge.

Namespace:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property SourceActivityNode As IActivityNode
IActivityNode SourceActivityNode { get; set; }
property IActivityNode^ SourceActivityNode {
    IActivityNode^ get ();
    void set (IActivityNode^ value);
}
abstract SourceActivityNode : IActivityNode with get, set
function get SourceActivityNode () : IActivityNode 
function set SourceActivityNode (value : IActivityNode)

Property Value

Type: Microsoft.VisualStudio.Uml.Activities.IActivityNode

.NET Framework Security

See Also

Reference

IControlFlow Interface

Microsoft.VisualStudio.Uml.Activities Namespace