ConfigurationElement.SetPropertyValue Método

Definição

Define uma propriedade para o 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

A propriedade do elemento a ser definida.

value
Object

O valor a ser atribuído à propriedade.

ignoreLocks
Boolean

true para ignorar os bloqueios na propriedade; caso contrário, false.

Exceções

Ocorre se o elemento for somente leitura ou se ignoreLocks for true, mas os bloqueios não puderem ser ignorados.

Aplica-se a