Returns the value of an object of the specified property.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Object LoadPropertyValue(
	BCRepositoryObject anObject,
	string propertyDefFullName
)
Visual Basic
Public Function LoadPropertyValue ( _
	anObject As BCRepositoryObject, _
	propertyDefFullName As String _
) As Object
Visual C++
public:
Object^ LoadPropertyValue(
	BCRepositoryObject^ anObject, 
	String^ propertyDefFullName
)

Parameters

anObject
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object for which the property should be retrieved.
propertyDefFullName
Type: System..::..String
The property definition FullName property value that describes the property that is returned.

Return Value

The property value.

See Also