Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IStereotypeInstance StereotypeInstance { get; set; }
property IStereotypeInstance^ StereotypeInstance {
IStereotypeInstance^ get();
void set(IStereotypeInstance^ value);
}
abstract StereotypeInstance : IStereotypeInstance with get, set
Property StereotypeInstance As IStereotypeInstance
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IStereotypeInstance
See Also
IStereotypePropertyInstance Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top