Returns the value of a property with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public Object GetPropertyValue(
string propertySetName,
string propertyDefName
)
Public Function GetPropertyValue ( _
propertySetName As String, _
propertyDefName As String _
) As Object
Public Function GetPropertyValue ( _
propertySetName As String, _
propertyDefName As String _
) As Object
public:
Object^ GetPropertyValue(
String^ propertySetName,
String^ propertyDefName
)
Parameters
- propertySetName
- Type:
System String
The name of the property set to which the property belongs.
- propertyDefName
- Type:
System String
The name of the property.
Return Value
The value of the property.
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.