Dropbox .NET SDK
Show / Hide Table of Contents

Class EmmState

The emm state object

Inheritance
object
EmmState
EmmState.Disabled
EmmState.Optional
EmmState.Other
EmmState.Required
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class EmmState

Constructors

View Source

EmmState()

Initializes a new instance of the EmmState class.

Declaration
public EmmState()

Properties

View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public EmmState.Disabled AsDisabled { get; }
Property Value
Type Description
EmmState.Disabled
View Source

AsOptional

Gets this instance as a Optional, or null.

Declaration
public EmmState.Optional AsOptional { get; }
Property Value
Type Description
EmmState.Optional
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public EmmState.Other AsOther { get; }
Property Value
Type Description
EmmState.Other
View Source

AsRequired

Gets this instance as a Required, or null.

Declaration
public EmmState.Required AsRequired { get; }
Property Value
Type Description
EmmState.Required
View Source

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
bool
View Source

IsOptional

Gets a value indicating whether this instance is Optional

Declaration
public bool IsOptional { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRequired

Gets a value indicating whether this instance is Required

Declaration
public bool IsRequired { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK