ConfigurationElement.SetPropertyValue Yöntem

Tanım

Belirtilen değere bir özellik ayarlar.

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)

Parametreler

prop
ConfigurationProperty

Ayarlanacağı öğe özelliği.

value
Object

Özelliğe atanacak değer.

ignoreLocks
Boolean

true özelliğindeki kilitlerin yoksayılması gerekiyorsa; aksi takdirde , false.

Özel durumlar

Öğe salt okunursa veya ignoreLocks ise true ancak kilitler yoksayılamazsa gerçekleşir.

Şunlara uygulanır