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.

PropertyInformation::Description Property

 

Gets the description of the object that corresponds to a configuration attribute.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

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

Property Value

Type: System::String^

The description of the configuration attribute.

.NET Framework
Available since 2.0
Return to top
Show: