SettingsPropertyValue Constructor (SettingsProperty^)

 

Initializes a new instance of the SettingsPropertyValue class, based on supplied parameters.

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

public:
SettingsPropertyValue(
	SettingsProperty^ property
)

Parameters

property
Type: System.Configuration::SettingsProperty^

Specifies a SettingsProperty object.

System_CAPS_security Security Note

Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks.

The SettingsProperty object describes information about the value stored by the SettingsPropertyValue object.

.NET Framework
Available since 2.0
Return to top
Show: