Class ResellerRole
The reseller role object
Inheritance
System.Object
ResellerRole
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 ResellerRole
Constructors
| Improve this Doc View SourceResellerRole()
Initializes a new instance of the ResellerRole class.
Declaration
public ResellerRole()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsResellerAdmin
Gets a value indicating whether this instance is ResellerAdmin
Declaration
public bool IsResellerAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |