BCDataSourceSetPropertyValue Method |
Changes the value of a property with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void SetPropertyValue(
string propertySetName,
string propertyDefName,
Object value
)
Public Sub SetPropertyValue (
propertySetName As String,
propertyDefName As String,
value As Object
)
public:
void SetPropertyValue(
String^ propertySetName,
String^ propertyDefName,
Object^ value
)
member SetPropertyValue :
propertySetName : string *
propertyDefName : string *
value : Object -> unit
Parameters
- propertySetName
- Type: SystemString
The name of the property set to which the property belongs.
- propertyDefName
- Type: SystemString
The name of the property.
- value
- Type: SystemObject
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