Class ResellerLogInfo
Reseller information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ResellerLogInfo
Constructors
View SourceResellerLogInfo(string, string)
Initializes a new instance of the ResellerLogInfo class.
Declaration
public ResellerLogInfo(string resellerName, string resellerEmail)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resellerName | Reseller name. |
| string | resellerEmail | Reseller email. |
Properties
View SourceResellerEmail
Reseller email.
Declaration
public string ResellerEmail { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ResellerName
Reseller name.
Declaration
public string ResellerName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |