DataProvider.ShortDisplayName Property
Retrieves the short form of the display name.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ShortDisplayName As String
Get
public abstract string ShortDisplayName { get; }
public:
virtual property String^ ShortDisplayName {
String^ get () abstract;
}
abstract ShortDisplayName : string
abstract function get ShortDisplayName () : String
Property Value
Type: System.String
Returns a string representing the short form of the display name.
Remarks
An example of "short form" would be using "SqlClient" to represent the full form .NET Framework Data Provider for SQL Server."
.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.