Share via


IProperty.Stereotype Property

 

Gets the stereotype in which this Property is defined. Null if the Property is not defined in a Stereotype.

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

Syntax

IStereotype Stereotype { get; }
property IStereotype^ Stereotype {
    IStereotype^ get();
}
abstract Stereotype : IStereotype with get
ReadOnly Property Stereotype As IStereotype

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IStereotype

See Also

IProperty Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top