ArcFM Engine Developer Guide
BaseSetPropertyValue Method


The property to set the value to.
The new value for the property.
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Sets the value for the specified property using the inherited implementation.
Syntax
'Declaration
 
Sub BaseSetPropertyValue( _
   ByVal property As ConfigurationProperty, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As IHelperAssistedCustomConfigurationData(Of T)
Dim property As ConfigurationProperty
Dim value As Object
 
instance.BaseSetPropertyValue(property, value)
void BaseSetPropertyValue( 
   ConfigurationProperty property,
   object value
)

Parameters

property
The property to set the value to.
value
The new value for the property.
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

IHelperAssistedCustomConfigurationData<T> Interface
IHelperAssistedCustomConfigurationData<T> Members

 

 


Send Comment