Class UploadApiRateLimitValue.Limit
The number of upload API calls allowed per month.
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 sealed class Limit : UploadApiRateLimitValue
Constructors
| Improve this Doc View SourceLimit(UInt32)
Initializes a new instance of the UploadApiRateLimitValue.Limit class.
Declaration
public Limit(uint value)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public uint Value { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |