Class EmmChangePolicyDetails
Enabled/disabled enterprise mobility management for members.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EmmChangePolicyDetails
Constructors
View SourceEmmChangePolicyDetails(EmmState, EmmState)
Initializes a new instance of the EmmChangePolicyDetails class.
Declaration
public EmmChangePolicyDetails(EmmState newValue, EmmState previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EmmState | newValue | New enterprise mobility management policy. |
| EmmState | previousValue | Previous enterprise mobility management policy. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New enterprise mobility management policy.
Declaration
public EmmState NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| EmmState |
PreviousValue
Previous enterprise mobility management policy. Might be missing due to historical data gap.
Declaration
public EmmState PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| EmmState |