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
'Declaration
ReadOnly Property BodyConditions As IEnumerable(Of IConstraint)
IEnumerable<IConstraint> BodyConditions { get; }
property IEnumerable<IConstraint^>^ BodyConditions {
IEnumerable<IConstraint^>^ get ();
}
abstract BodyConditions : IEnumerable<IConstraint> with get
function get BodyConditions () : IEnumerable<IConstraint>
Property Value
Type: System.Collections.Generic.IEnumerable<IConstraint>
.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.