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
'Declaration
ReadOnly Property Activity As IActivity
IActivity Activity { get; }
property IActivity^ Activity {
IActivity^ get ();
}
abstract Activity : IActivity with get
function get Activity () : IActivity
Property Value
Type: Microsoft.VisualStudio.Uml.Activities.IActivity
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.