Class MemberSpaceLimitsAddCustomQuotaDetails
Set custom member space limit.
Inheritance
System.Object
MemberSpaceLimitsAddCustomQuotaDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitsAddCustomQuotaDetails
Constructors
| Improve this Doc View SourceMemberSpaceLimitsAddCustomQuotaDetails(UInt64)
Initializes a new instance of the MemberSpaceLimitsAddCustomQuotaDetails class.
Declaration
public MemberSpaceLimitsAddCustomQuotaDetails(ulong newValue)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | newValue | New custom quota value in bytes. |
Properties
| Improve this Doc View SourceNewValue
New custom quota value in bytes.
Declaration
public ulong NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |