PrivacyMode 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 the current privacy mode for the user.
public enum class PrivacyMode
public enum PrivacyMode
type PrivacyMode =
Public Enum PrivacyMode
- Inheritance
-
PrivacyMode
Fields
Name | Value | Description |
---|---|---|
Standard | 0 | The local owner is not privacy enabled. |
Private | 1 | The local owner is privacy enabled. |
MigratingToPrivate | 2 | The local owner is in a transitionary phase and is currently being enabled for privacy. |
MigratingToStandard | 3 | The local owner is in a transitionary phase and is currently being disabled for privacy. |