Edit

Share via


PrivacyMode Enum

Definition

Represents the current privacy mode for the user.

public enum class PrivacyMode
public enum PrivacyMode
type PrivacyMode = 
Public Enum PrivacyMode
Inheritance
PrivacyMode

Fields

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.

Private 1

The local owner is privacy enabled.

Standard 0

The local owner is not privacy enabled.

Applies to