BCDataSourceSetPropertyValue Method |
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: 4.0.0.0 (4.0.111.0)
Syntax public void SetPropertyValue(
string propertySetName,
string propertyDefName,
Object value
)
Public Sub SetPropertyValue (
propertySetName As String,
propertyDefName As String,
value As Object
)
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