SettingsProperty::IsReadOnly Property

 

Gets or sets a value specifying whether a SettingsProperty object is read-only.

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

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

Property Value

Type: System::Boolean

true if the SettingsProperty is read-only; otherwise, false.

The default is false.

.NET Framework
Available since 2.0
Return to top
Show: