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
'Usage
Dim instance As DataExplorerConnection 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
public abstract string DisplayName { get; set; }
public:
virtual property String^ DisplayName {
    String^ get () abstract;
    void set (String^ value) abstract;
}
public abstract function get DisplayName () : String 
public 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

DataExplorerConnection Members

Microsoft.VisualStudio.Data Namespace