IInstanceSpecification.Specification Property

 

Defines how to compute, derive, or construct the instance.

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

Syntax

IValueSpecification Specification { get; set; }
property IValueSpecification^ Specification {
    IValueSpecification^ get();
    void set(IValueSpecification^ value);
}
abstract Specification : IValueSpecification with get, set
Property Specification As IValueSpecification

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification

See Also

IInstanceSpecification Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top