Contains general information about a domain.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DomainInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DomainInfo()()()() | Initializes a new instance of the DomainInfo class | 
|  | Description | 
            The description of the domain provided through RegisterDomain.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Name | 
            The name of the domain. This name is unique within the account.
             
             Constraints: | 
|  | Status | 
            The status of the domain:  
 Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DomainInfo |