IOperation.BodyConditions Property
Gets a constraint on the values returned from the Operation. Defined only if IsQuery = True.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IConstraint> BodyConditions { get; }
property IEnumerable<IConstraint^>^ BodyConditions {
IEnumerable<IConstraint^>^ get();
}
abstract BodyConditions : IEnumerable<IConstraint> with get
ReadOnly Property BodyConditions As IEnumerable(Of IConstraint)
Property Value
Type: System.Collections.Generic.IEnumerable<IConstraint>
See Also
IOperation Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top