Share via


IProperty Interface

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

'Declaration
Public Interface IProperty
public interface IProperty
public interface class IProperty
type IProperty =  interface end
public interface IProperty

The IProperty type exposes the following members.

Properties

  Name Description
Public property DefaultValue Specifies an initial value for the property.
Public property DisplayName The name visible at the user interface.
Public property Name The name of the property for reference purposes.
Public property PropertyType The type of the Property.
Public property Stereotype Gets the stereotype in which this Property is defined. Null if the Property is not defined in a Stereotype.

Top

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

Reference

Microsoft.VisualStudio.Uml.Profiles Namespace