ExistingData 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.
Used by the ExistingData property to determine whether data should be appended to existing data, or have the existing data replaced.
public enum class ExistingData
public enum ExistingData
type ExistingData =
Public Enum ExistingData
- Inheritance
-
ExistingData
Fields
Append | 1 | Appends the new data to the existing data. |
Replace | 0 | Replaces the existing data with the new data. |