Share via


IStereotypePropertyInstance.StereotypeInstance Property

 

The StereotypeInstance of which this PropertyInstance is part.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IStereotypeInstance

See Also

IStereotypePropertyInstance Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top