Share via


IStereotype.Profile Property

 

The Profile in which this Stereotype is defined.

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

Syntax

IProfile Profile { get; }
property IProfile^ Profile {
    IProfile^ get();
}
abstract Profile : IProfile with get
ReadOnly Property Profile As IProfile

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IProfile

See Also

IStereotype Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top