'Declaration
Protected Sub SetPropertyValue( _ ByVal prop As System.Configuration.ConfigurationProperty, _ ByVal value As System.Object, _ ByVal ignoreLocks As System.Boolean _ )
'Usage
Dim instance As EventHandlerSection Dim prop As System.Configuration.ConfigurationProperty Dim value As System.Object Dim ignoreLocks As System.Boolean instance.SetPropertyValue(prop, value, ignoreLocks)
protected void SetPropertyValue( System.Configuration.ConfigurationProperty prop, System.object value, System.bool ignoreLocks )
Parameters
- prop
- value
- ignoreLocks