Details of a status event for an instance
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceStatusEvent
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceStatusEvent()()()() | Initializes a new instance of the InstanceStatusEvent class | 
|  | Code | 
            The associated code of the event.
            Valid values: instance-reboot | system-reboot | instance-retirement.
             | 
|  | Description | 
            A description of the event.
             | 
|  | 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.) | 
|  | IsSetCode()()()() | 
            Checks if the Code property is set.
             | 
|  | IsSetDescription()()()() | 
            Checks if the Description property is set.
             | 
|  | IsSetNotAfter()()()() | 
            Checks if the NotAfter property is set.
             | 
|  | IsSetNotBefore()()()() | 
            Checks if the NotBefore property is set
             | 
|  | NotAfter | 
            The latest scheduled end time for the event.
             | 
|  | NotBefore | 
            The earliest scheduled start time for the event.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCode(String) | Obsolete. 
            Sets the associated code for the event. 
             | 
|  | WithDescription(String) | Obsolete. 
            Sets a description for the event.
             | 
|  | WithNotAfter(String) | Obsolete. 
            Sets the latest scheduled end time for the event.
             | 
|  | WithNotBefore(String) | Obsolete. 
            Sets the earliest scheduled start time for the event.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceStatusEvent |