JAMS Developer Guide
SetPropertyValue Method


MVPSI.JAMSScheduler Namespace > EventHandlerSection Class : SetPropertyValue Method
Syntax
'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
Requirements

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

See Also

Reference

EventHandlerSection Class
EventHandlerSection Members