Share via


Configuration.DisplayName Property

Gets the display name of the configuration.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DisplayName As String 
    Get
'Usage
Dim value As String 

value = Configuration.DisplayName
public static string DisplayName { get; }
public:
static property String^ DisplayName {
    String^ get ();
}
static member DisplayName : string
static function get DisplayName () : String

Property Value

Type: System.String
A string that contains the display name of the configuration.

See Also

Reference

Configuration Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace