Show / Hide Table of Contents

Class RemoveCustomQuotaResult.InvalidUser

Invalid user (not in team).

Inheritance
System.Object
RemoveCustomQuotaResult
RemoveCustomQuotaResult.InvalidUser
Inherited Members
RemoveCustomQuotaResult.IsSuccess
RemoveCustomQuotaResult.AsSuccess
RemoveCustomQuotaResult.IsInvalidUser
RemoveCustomQuotaResult.AsInvalidUser
RemoveCustomQuotaResult.IsOther
RemoveCustomQuotaResult.AsOther
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 InvalidUser : RemoveCustomQuotaResult

Constructors

| Improve this Doc View Source

InvalidUser(UserSelectorArg)

Initializes a new instance of the RemoveCustomQuotaResult.InvalidUser class.

Declaration
public InvalidUser(UserSelectorArg value)
Parameters
Type Name Description
UserSelectorArg value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public UserSelectorArg Value { get; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • InvalidUser(UserSelectorArg)
  • Properties
    • Value
Back to top Generated by DocFX