Class UserFeaturesGetValuesBatchResult
The user features get values batch result object
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeaturesGetValuesBatchResult
Constructors
View SourceUserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue>)
Initializes a new instance of the UserFeaturesGetValuesBatchResult class.
Declaration
public UserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue> values)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UserFeatureValue> | values | The values |
Properties
View SourceValues
Gets the values of the user features get values batch result
Declaration
public IList<UserFeatureValue> Values { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UserFeatureValue> |