IParameter.Operation Property
Gets the operation that owns the parameter.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IOperation Operation { get; }
property IOperation^ Operation {
IOperation^ get();
}
abstract Operation : IOperation with get
ReadOnly Property Operation As IOperation
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IOperation
See Also
IParameter Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top