UpdateType Enum
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.
Represents type of update.
public enum UpdateType
type UpdateType =
Public Enum UpdateType
- Inheritance
-
UpdateType
Fields
Name | Value | Description |
---|---|---|
Added | 0 | The entity was added to the collection. |
Removed | 1 | The entity was removed from the collection |
Updated | 2 | The entity was updated. |