IControlFlow.TargetActivityNode Property
The node to which tokens flow on this edge.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IActivityNode TargetActivityNode { get; set; }
property IActivityNode^ TargetActivityNode {
IActivityNode^ get();
void set(IActivityNode^ value);
}
abstract TargetActivityNode : IActivityNode with get, set
Property TargetActivityNode As IActivityNode
Property Value
Type: Microsoft.VisualStudio.Uml.Activities.IActivityNode
See Also
IControlFlow Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top