IConstraint.Specification Property

 

Gets the expression that defines the Constraint.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IValueSpecification Specification { get; }
property IValueSpecification^ Specification {
    IValueSpecification^ get();
}
abstract Specification : IValueSpecification with get
ReadOnly Property Specification As IValueSpecification

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification

See Also

IConstraint Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top