RestoreOptions Struct
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 the options available for a restore operation.
public readonly struct RestoreOptions
type RestoreOptions = struct
Public Structure RestoreOptions
- Inheritance
-
RestoreOptions
Constructors
| Name | Description |
|---|---|
| RestoreOptions() |
Initializes a new instance of the RestoreOptions struct with default values. |
Properties
| Name | Description |
|---|---|
| AllowUpdates |
Gets a value indicating whether the registration wants to receive updates beyond the initially provided value. |
| RestoreBehavior |
Gets the behavior to use when restoring data. |