BCDataSourceGetPropertyValue Method (String, String, Object) |
Returns the value of a property with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Object GetPropertyValue(
string propertySetName,
string propertyDefName,
Object defaultValue
)
Public Function GetPropertyValue (
propertySetName As String,
propertyDefName As String,
defaultValue As Object
) As Object
Parameters
- propertySetName
- Type: SystemString
The name of the property set to which the property belongs.
- propertyDefName
- Type: SystemString
The name of the property.
- defaultValue
- Type: SystemObject
The default value of the property if the property has no value.
Return Value
Type:
Object
The value of the property.
Remarks
This method returns the cached value. If the value was changed during the current operation
(for example, edit property page), this value will be different than the one stored in the vault.
See Also