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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IStereotype

.NET Framework Security

See Also

Reference

IProperty Interface

Microsoft.VisualStudio.Uml.Profiles Namespace