IExplorerViewDescriptor.DisplayName Property
Gets the display name of the descriptor.
Namespace: Microsoft.SqlServer.Management
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As IExplorerViewDescriptor
Dim value As String
value = instance.DisplayName
string DisplayName { get; }
property String^ DisplayName {
String^ get ();
}
abstract DisplayName : string
function get DisplayName () : String
Property Value
Type: System.String
A string that represents the display name of the descriptor.