ConfigurationPropertyAttribute Constructor (String^)

 

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

Initializes a new instance of ConfigurationPropertyAttribute class.

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

public:
ConfigurationPropertyAttribute(
	String^ name
)

Parameters

name
Type: System::String^

Name of the ConfigurationProperty object defined.

.NET Framework
Available since 2.0
Return to top
Show: