BCRepositorySavePropertyValue Method (BCRepositoryObject, String, Object) |
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: 4.0.0.0 (4.0.111.0)
Syntax public void SavePropertyValue(
BCRepositoryObject anObject,
string propertyDefFullName,
Object propertyValue
)
Public Sub SavePropertyValue (
anObject As BCRepositoryObject,
propertyDefFullName As String,
propertyValue As Object
)
Parameters
- anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object for which the property should be saved.
- propertyDefFullName
- Type: SystemString
The property definition FullName property value that describes the property that is saved.
- propertyValue
- Type: SystemObject
The property value.
See Also