Share via


IActivityEdge.Source Property

 

Node from which tokens are taken.

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

Syntax

IActivityNode Source { get; set; }
property IActivityNode^ Source {
    IActivityNode^ get();
    void set(IActivityNode^ value);
}
abstract Source : IActivityNode with get, set
Property Source As IActivityNode

Property Value

Type: Microsoft.VisualStudio.Uml.Activities.IActivityNode

See Also

IActivityEdge Interface
Microsoft.VisualStudio.Uml.Activities Namespace

Return to top