ProfileMigrationType 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.
Specifies the migration action in MigrationType and ProfileMigrationType.
public enum class ProfileMigrationType
public enum class ProfileMigrationType
enum ProfileMigrationType
public enum ProfileMigrationType
type ProfileMigrationType =
Public Enum ProfileMigrationType
- Inheritance
-
ProfileMigrationType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No migration action. |
PassThrough | 1 | The passthrough migration action. |
Custom | 2 | The custom migration action. |