IActivityNode.Activity Property
Activity that owns the node.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IActivity Activity { get; }
property IActivity^ Activity {
IActivity^ get();
}
abstract Activity : IActivity with get
ReadOnly Property Activity As IActivity
Property Value
Type: Microsoft.VisualStudio.Uml.Activities.IActivity
See Also
IActivityNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top