IAction.LocalPostconditions Property
Gets the Constraint that should be satisfied when execution is completed. May be null.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IConstraint> LocalPostconditions { get; }
property IEnumerable<IConstraint^>^ LocalPostconditions {
IEnumerable<IConstraint^>^ get();
}
abstract LocalPostconditions : IEnumerable<IConstraint> with get
ReadOnly Property LocalPostconditions As IEnumerable(Of IConstraint)
Property Value
Type: System.Collections.Generic.IEnumerable<IConstraint>
See Also
IAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top