IItemMetadata::SetFieldString
Sets the value of a string field.
The field value can be reset to an empty value by specifying NULL for pcszValue.
Custom fields must be defined by using a CUSTOM_FIELD_DEFINITION structure when the replica metadata is first initialized.
Note |
|---|
This method does not save the change to the store. IReplicaMetadata::SaveItemMetadata must be called to save all changes that have been made to the IItemMetadata properties. |
Show:
Note