Show / Hide Table of Contents

Class ResellerLogInfo

Reseller information.

Inheritance
System.Object
ResellerLogInfo
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 ResellerLogInfo

Constructors

| Improve this Doc View Source

ResellerLogInfo(String, String)

Initializes a new instance of the ResellerLogInfo class.

Declaration
public ResellerLogInfo(string resellerName, string resellerEmail)
Parameters
Type Name Description
System.String resellerName

Reseller name.

System.String resellerEmail

Reseller email.

Properties

| Improve this Doc View Source

ResellerEmail

Reseller email.

Declaration
public string ResellerEmail { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ResellerName

Reseller name.

Declaration
public string ResellerName { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX