Share via


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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification

.NET Framework Security

See Also

Reference

IConstraint Interface

Microsoft.VisualStudio.Uml.Classes Namespace