ItemChangeType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ItemChangeType class contains an item identifier and the updates to apply to the item.
public ref class ItemChangeType
public class ItemChangeType
Public Class ItemChangeType
- Inheritance
-
ItemChangeType
Constructors
ItemChangeType() |
The ItemChangeType constructor initializes a new instance of the ItemChangeType class. |
Properties
Item | |
Updates |
The UpdatesUpdates property gets or sets an array that defines append, set, and delete changes to item properties. This property is required. |