Show / Hide Table of Contents

Class UserFeaturesGetValuesBatchResult

The user features get values batch result object

Inheritance
System.Object
UserFeaturesGetValuesBatchResult
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 UserFeaturesGetValuesBatchResult

Constructors

| Improve this Doc View Source

UserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue>)

Initializes a new instance of the UserFeaturesGetValuesBatchResult class.

Declaration
public UserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue> values)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserFeatureValue> values

The values

Properties

| Improve this Doc View Source

Values

Gets the values of the user features get values batch result

Declaration
public IList<UserFeatureValue> Values { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UserFeatureValue>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue>)
  • Properties
    • Values
Back to top Generated by DocFX