SettingsPropertyValue::Deserialized Property

 

Gets or sets whether the value of a SettingsProperty object has been deserialized.

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

public:
property bool Deserialized {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the value of a SettingsProperty object has been deserialized; otherwise, false.

Deserialization of property values is only performed on demand.

.NET Framework
Available since 2.0
Return to top
Show: