IInstanceValue.Instance Property

 

The instance that is the specified value.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IInstanceSpecification

See Also

IInstanceValue Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top