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.

ConfigurationProperty::Description Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the description associated with the ConfigurationProperty.

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

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

Property Value

Type: System::String^

A string value that describes the property.

The following code example shows how to get the Description for a specified property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: