Class EmmChangePolicyDetails
Enabled/disabled enterprise mobility management for members.
Inheritance
System.Object
EmmChangePolicyDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EmmChangePolicyDetails
Constructors
| Improve this Doc 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
| Improve this Doc 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 |