Show / Hide Table of Contents

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 Source

FeaturesGetValuesBatchResult(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 Source

Values

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>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FeaturesGetValuesBatchResult(IEnumerable<FeatureValue>)
  • Properties
    • Values
Back to top Generated by DocFX