Visual Basic (Declaration) | |
---|---|
Protected Sub SetPropertyValue( _ ByVal prop As ConfigurationProperty, _ ByVal value As Object, _ ByVal ignoreLocks As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NamedElement Dim prop As ConfigurationProperty Dim value As Object Dim ignoreLocks As Boolean instance.SetPropertyValue(prop, value, ignoreLocks) |
C# | |
---|---|
protected void SetPropertyValue( ConfigurationProperty prop, object value, bool ignoreLocks ) |
C++/CLI | |
---|---|
protected: void SetPropertyValue( ConfigurationProperty^ prop, Object^ value, bool ignoreLocks ) |
Parameters
- prop
- value
- ignoreLocks
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2