Share via


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
public abstract string ShortDisplayName { get; }
public:
virtual property String^ ShortDisplayName {
    String^ get () abstract;
}
abstract ShortDisplayName : string with get
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

See Also

Reference

DataProvider Class

Microsoft.VisualStudio.Data Namespace