The status of domain configuration option.
 Declaration Syntax
 Declaration Syntax| C# | 
public class OptionStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | OptionStatus()()()() | Initializes a new instance of the OptionStatus class | 
|  | CreationDate | 
            A timestamp for when this option was created.
             
             | 
|  | 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.) | 
|  | PendingDeletion | 
            Indicates that the option will be deleted once processing is complete.
             
             | 
|  | State | 
            The state of processing a change to an option. Possible values: 
 Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UpdateDate | 
            A timestamp for when this option was last updated.
             
             | 
|  | UpdateVersion | 
            A unique integer that indicates when this option was last updated.
             
             Constraints: | 
|  | WithCreationDate(DateTime) | Obsolete. 
            Sets the CreationDate property
             | 
|  | WithPendingDeletion(Boolean) | Obsolete. 
            Sets the PendingDeletion property
             | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
|  | WithUpdateDate(DateTime) | Obsolete. 
            Sets the UpdateDate property
             | 
|  | WithUpdateVersion(Int32) | Obsolete. 
            Sets the UpdateVersion property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | OptionStatus |