Class AccountCaptureAvailability
The account capture availability object
Inheritance
System.Object
    AccountCaptureAvailability
      
      
      
  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 AccountCaptureAvailability
  Constructors
| Improve this Doc View SourceAccountCaptureAvailability()
Initializes a new instance of the AccountCaptureAvailability class.
Declaration
public AccountCaptureAvailability()
  Properties
| Improve this Doc View SourceAsAvailable
Gets this instance as a Available, or null.
Declaration
public AccountCaptureAvailability.Available AsAvailable { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCaptureAvailability.Available | 
AsOther
Gets this instance as a Other, or null.
Declaration
public AccountCaptureAvailability.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCaptureAvailability.Other | 
AsUnavailable
Gets this instance as a Unavailable, or null.
Declaration
public AccountCaptureAvailability.Unavailable AsUnavailable { get; }
  Property Value
| Type | Description | 
|---|---|
| AccountCaptureAvailability.Unavailable | 
IsAvailable
Gets a value indicating whether this instance is Available
Declaration
public bool IsAvailable { 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 | 
IsUnavailable
Gets a value indicating whether this instance is Unavailable
Declaration
public bool IsUnavailable { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |