Show / Hide Table of Contents

Class DomainVerificationAddDomainFailDetails

Failed to verify team domain.

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

Constructors

| Improve this Doc View Source

DomainVerificationAddDomainFailDetails(String, String)

Initializes a new instance of the DomainVerificationAddDomainFailDetails class.

Declaration
public DomainVerificationAddDomainFailDetails(string domainName, string verificationMethod = null)
Parameters
Type Name Description
System.String domainName

Domain name.

System.String verificationMethod

Domain name verification method. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

DomainName

Domain name.

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

VerificationMethod

Domain name verification method. Might be missing due to historical data gap.

Declaration
public string VerificationMethod { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DomainVerificationAddDomainFailDetails(String, String)
  • Properties
    • DomainName
    • VerificationMethod
Back to top Generated by DocFX