Class FeaturesGetValuesBatchResult
The features get values batch result object
Inheritance
System.Object
FeaturesGetValuesBatchResult
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class FeaturesGetValuesBatchResult
Constructors
| Improve this Doc View SourceFeaturesGetValuesBatchResult(IEnumerable<FeatureValue>)
Initializes a new instance of the FeaturesGetValuesBatchResult class.
Declaration
public FeaturesGetValuesBatchResult(IEnumerable<FeatureValue> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<FeatureValue> | values | The values |
Properties
| Improve this Doc View SourceValues
Gets the values of the features get values batch result
Declaration
public IList<FeatureValue> Values { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FeatureValue> |