Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft