Class TwoStepVerificationState
The two step verification state object
Inheritance
System.Object
    TwoStepVerificationState
      
      
      
      
  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 TwoStepVerificationState
  Constructors
| Improve this Doc View SourceTwoStepVerificationState()
Initializes a new instance of the TwoStepVerificationState class.
Declaration
public TwoStepVerificationState()
  Properties
| Improve this Doc View SourceAsDisabled
Gets this instance as a Disabled, or null.
Declaration
public TwoStepVerificationState.Disabled AsDisabled { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationState.Disabled | 
AsOptional
Gets this instance as a Optional, or null.
Declaration
public TwoStepVerificationState.Optional AsOptional { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationState.Optional | 
AsOther
Gets this instance as a Other, or null.
Declaration
public TwoStepVerificationState.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationState.Other | 
AsRequired
Gets this instance as a Required, or null.
Declaration
public TwoStepVerificationState.Required AsRequired { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoStepVerificationState.Required | 
IsDisabled
Gets a value indicating whether this instance is Disabled
Declaration
public bool IsDisabled { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOptional
Gets a value indicating whether this instance is Optional
Declaration
public bool IsOptional { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsRequired
Gets a value indicating whether this instance is Required
Declaration
public bool IsRequired { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |