Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
Set
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
- 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.