ArcFM Desktop Developer Guide
BaseGetPropertyValue Method


The property to get the value from.
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Returns the value for the specified property using the inherited implementation.
Syntax
'Declaration
 
Function BaseGetPropertyValue( _
   ByVal property As ConfigurationProperty _
) As Object
'Usage
 
Dim instance As IHelperAssistedCustomConfigurationData(Of T)
Dim property As ConfigurationProperty
Dim value As Object
 
value = instance.BaseGetPropertyValue(property)
object BaseGetPropertyValue( 
   ConfigurationProperty property
)

Parameters

property
The property to get the value from.

Return Value

The 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