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.
In a Profile definition, a property that a stereotype adds to any element to which it is applied.
Namespace:   Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
public interface IProperty
public interface class IProperty
type IProperty = interface end
Public Interface IProperty
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | DefaultValue | Specifies an initial value for the property. | 
| .jpeg) | DisplayName | The name visible at the user interface. | 
| .jpeg) | Name | The name of the property for reference purposes. | 
| .jpeg) | PropertyType | The type of the Property. | 
| .jpeg) | Stereotype | Gets the stereotype in which this Property is defined. Null if the Property is not defined in a Stereotype. | 
Remarks
Note
The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.
See Also
Microsoft.VisualStudio.Uml.Profiles Namespace
Return to top