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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.