ProviderBase.Description Property

Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).

Namespace: System.Configuration.Provider
Assembly: System.Configuration (in system.configuration.dll)

'Declaration
Public Overridable ReadOnly Property Description As String
'Usage
Dim instance As ProviderBase
Dim value As String

value = instance.Description

/** @property */
public String get_Description ()

public function get Description () : String

Not applicable.

Property Value

A brief, friendly description suitable for display in administrative tools or other UIs.

If a configured provider does not supply a description, the value of the Name property is returned as a default.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: