DomainObjectInfo.DisplayName Property

Gets the display name of the element.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayName As String
public string DisplayName { get; }
public:
property String^ DisplayName {
    String^ get ();
}
member DisplayName : string with get
function get DisplayName () : String

Property Value

Type: String
The name of the element.

.NET Framework Security

See Also

Reference

DomainObjectInfo Class

Microsoft.VisualStudio.Modeling Namespace