BCDataSource SetPropertyValue Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Changes the value of a property with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public void SetPropertyValue(
	string propertySetName,
	string propertyDefName,
	Object value
)

Parameters

propertySetName
Type: OnlineSystem String
The name of the property set to which the property belongs.
propertyDefName
Type: OnlineSystem String
The name of the property.
value
Type: OnlineSystem Object
The value of the property.
Remarks

The changed value is not immediately stored to the server: the value is cached until the current operation is completed.
See Also