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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IStereotypeInstance

.NET Framework Security

See Also

Reference

IStereotypePropertyInstance Interface

Microsoft.VisualStudio.Uml.Classes Namespace