Share via


IVsDataViewInfo.DisplayName Property

Gets the localizable display name of the data view.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

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

Property Value

Type: System.String
A string containing the localizable display name of the data view.

.NET Framework Security

See Also

Reference

IVsDataViewInfo Interface

Microsoft.VisualStudio.Data.Services Namespace