Class UserFeaturesGetValuesBatchError
The user features get values batch error object
Inheritance
System.Object
    UserFeaturesGetValuesBatchError
      
      
  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.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeaturesGetValuesBatchError
  Constructors
| Improve this Doc View SourceUserFeaturesGetValuesBatchError()
Initializes a new instance of the UserFeaturesGetValuesBatchError class.
Declaration
public UserFeaturesGetValuesBatchError()
  Properties
| Improve this Doc View SourceAsEmptyFeaturesList
Gets this instance as a EmptyFeaturesList, or null.
Declaration
public UserFeaturesGetValuesBatchError.EmptyFeaturesList AsEmptyFeaturesList { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeaturesGetValuesBatchError.EmptyFeaturesList | 
AsOther
Gets this instance as a Other, or null.
Declaration
public UserFeaturesGetValuesBatchError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| UserFeaturesGetValuesBatchError.Other | 
IsEmptyFeaturesList
Gets a value indicating whether this instance is EmptyFeaturesList
Declaration
public bool IsEmptyFeaturesList { 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 |