Share via


IProperty.DisplayName Property

 

The name visible at the user interface.

Namespace:   Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

string DisplayName { get; }
property String^ DisplayName {
    String^ get();
}
abstract DisplayName : string with get
ReadOnly Property DisplayName As String

Property Value

Type: System.String

See Also

IProperty Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top