Dropbox .NET SDK

Class MicrosoftLoginChangePolicyDetails

Enabled/disabled Microsoft login for team.

Inheritance
object
MicrosoftLoginChangePolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MicrosoftLoginChangePolicyDetails

Constructors

View Source

MicrosoftLoginChangePolicyDetails(MicrosoftLoginPolicy, MicrosoftLoginPolicy)

Initializes a new instance of the MicrosoftLoginChangePolicyDetails class.

Declaration
public MicrosoftLoginChangePolicyDetails(MicrosoftLoginPolicy newValue, MicrosoftLoginPolicy previousValue = null)
Parameters
Type Name Description
MicrosoftLoginPolicy newValue

New Microsoft login policy.

MicrosoftLoginPolicy previousValue

Previous Microsoft login policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New Microsoft login policy.

Declaration
public MicrosoftLoginPolicy NewValue { get; protected set; }
Property Value
Type Description
MicrosoftLoginPolicy
View Source

PreviousValue

Previous Microsoft login policy. Might be missing due to historical data gap.

Declaration
public MicrosoftLoginPolicy PreviousValue { get; protected set; }
Property Value
Type Description
MicrosoftLoginPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK