Show / Hide Table of Contents

Class EmmState

The emm state object

Inheritance
System.Object
EmmState
EmmState.Disabled
EmmState.Optional
EmmState.Other
EmmState.Required
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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class EmmState

Constructors

| Improve this Doc View Source

EmmState()

Initializes a new instance of the EmmState class.

Declaration
public EmmState()

Properties

| Improve this Doc View Source

AsDisabled

Gets this instance as a Disabled, or null.

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

AsOptional

Gets this instance as a Optional, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRequired

Gets this instance as a Required, or null.

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

IsDisabled

Gets a value indicating whether this instance is Disabled

Declaration
public bool IsDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOptional

Gets a value indicating whether this instance is Optional

Declaration
public bool IsOptional { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRequired

Gets a value indicating whether this instance is Required

Declaration
public bool IsRequired { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EmmState()
  • Properties
    • AsDisabled
    • AsOptional
    • AsOther
    • AsRequired
    • IsDisabled
    • IsOptional
    • IsOther
    • IsRequired
Back to top Generated by DocFX