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)

property IEnumerable<IConstraint^>^ BodyConditions {
	IEnumerable<IConstraint^>^ get();
}
Return to top
Show: