Class ResellerRole
The reseller role object
Inheritance
ResellerRole
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ResellerRole
Constructors
View SourceResellerRole()
Initializes a new instance of the ResellerRole class.
Declaration
public ResellerRole()
Properties
View SourceAsNotReseller
Gets this instance as a NotReseller, or null.
Declaration
public ResellerRole.NotReseller AsNotReseller { get; }
Property Value
| Type | Description |
|---|---|
| ResellerRole.NotReseller |
AsOther
Gets this instance as a Other, or null.
Declaration
public ResellerRole.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ResellerRole.Other |
AsResellerAdmin
Gets this instance as a ResellerAdmin, or null.
Declaration
public ResellerRole.ResellerAdmin AsResellerAdmin { get; }
Property Value
| Type | Description |
|---|---|
| ResellerRole.ResellerAdmin |
IsNotReseller
Gets a value indicating whether this instance is NotReseller
Declaration
public bool IsNotReseller { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsResellerAdmin
Gets a value indicating whether this instance is ResellerAdmin
Declaration
public bool IsResellerAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |