Saves the value of the given property for an object.

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 void SavePropertyValue(
	BCRepositoryObject anObject,
	string propertyDefFullName,
	Object propertyValue
)
Visual Basic
Public Sub SavePropertyValue ( _
	anObject As BCRepositoryObject, _
	propertyDefFullName As String, _
	propertyValue As Object _
)
Visual C++
public:
void SavePropertyValue(
	BCRepositoryObject^ anObject, 
	String^ propertyDefFullName, 
	Object^ propertyValue
)

Parameters

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

See Also