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)

public:
property String^ Description {
	virtual String^ get();
}

Property Value

Type: System::String^

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.

.NET Framework
Available since 2.0
Return to top
Show: