Changes the value of a property with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public void SetPropertyValue(
string propertySetName,
string propertyDefName,
Object value
)
public void SetPropertyValue(
string propertySetName,
string propertyDefName,
Object value
)
Public Sub SetPropertyValue ( _
propertySetName As String, _
propertyDefName As String, _
value As Object _
)
Public Sub SetPropertyValue ( _
propertySetName As String, _
propertyDefName As String, _
value As Object _
)
public:
void SetPropertyValue(
String^ propertySetName,
String^ propertyDefName,
Object^ value
)
public:
void SetPropertyValue(
String^ propertySetName,
String^ propertyDefName,
Object^ value
)
Parameters
- propertySetName
- Type:
System String
The name of the property set to which the property belongs.
- propertyDefName
- Type:
System String
The name of the property.
- value
- Type:
System Object
The value of the property.
The changed value is not immediately stored to the server:
the value is cached until the current operation is completed.