Share via


DataExplorerConnection.DisplayName Property

Retrieves or sets the display name of the root node for this data connection.

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

Syntax

'Declaration
Public MustOverride Property DisplayName As String
public abstract string DisplayName { get; set; }
public:
virtual property String^ DisplayName {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract DisplayName : string with get, set
abstract function get DisplayName () : String 
abstract function set DisplayName (value : String)

Property Value

Type: System.String
Returns the string literal display name of the root node for this connection.

.NET Framework Security

See Also

Reference

DataExplorerConnection Class

Microsoft.VisualStudio.Data Namespace