ConfigurationElement.SetPropertyValue Method

Definition

Sets a property to the specified value.

protected:
 void SetPropertyValue(System::Configuration::ConfigurationProperty ^ prop, System::Object ^ value, bool ignoreLocks);
protected void SetPropertyValue (System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks);
member this.SetPropertyValue : System.Configuration.ConfigurationProperty * obj * bool -> unit
Protected Sub SetPropertyValue (prop As ConfigurationProperty, value As Object, ignoreLocks As Boolean)

Parameters

prop
ConfigurationProperty

The element property to set.

value
Object

The value to assign to the property.

ignoreLocks
Boolean

true if the locks on the property should be ignored; otherwise, false.

Exceptions

Occurs if the element is read-only or ignoreLocks is true but the locks cannot be ignored.

Applies to