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)
'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)
Type: System.String
Returns the string literal display name of the root node for this connection.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.