ISendOperationEvent.Operation Property
The Operation associated with this event.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IOperation Operation { get; set; }
property IOperation^ Operation {
IOperation^ get();
void set(IOperation^ value);
}
abstract Operation : IOperation with get, set
Property Operation As IOperation
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IOperation
See Also
ISendOperationEvent Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top