ConfigurationElement.SetPropertyValue Método

Definición

Establece una propiedad en el valor especificado.

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)

Parámetros

prop
ConfigurationProperty

Propiedad de elemento que se va a establecer.

value
Object

Valor que se asigna a la propiedad.

ignoreLocks
Boolean

true si se deben omitir los bloqueos de la propiedad; de lo contrario, false.

Excepciones

Se produce si el elemento es de sólo lectura o el valor de ignoreLocks es true, pero no se pueden omitir los bloqueos.

Se aplica a