| BCRepositoryLoadPropertyValue Method (BCRepositoryObject, String) |
Returns the value of an object of the specified property.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic Object LoadPropertyValue(
BCRepositoryObject anObject,
string propertyDefFullName
)
Public Function LoadPropertyValue (
anObject As BCRepositoryObject,
propertyDefFullName As String
) As Object
public:
Object^ LoadPropertyValue(
BCRepositoryObject^ anObject,
String^ propertyDefFullName
)
member LoadPropertyValue :
anObject : BCRepositoryObject *
propertyDefFullName : string -> Object
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the property should be retrieved.
- propertyDefFullName
- Type: SystemString
The property definition FullName property value that describes the property that is returned.
Return Value
Type:
ObjectThe property value.
See Also