ArcFM Solution Developer Guide
SetPropertyValue Method (ProviderFeatureSection)


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 ProviderFeatureSection
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProviderFeatureSection Class
ProviderFeatureSection Members

 

 


Send Comment