Instance console output
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ConsoleOutput
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ConsoleOutput()()()() | Initializes a new instance of the ConsoleOutput class | 
|  | 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.) | 
|  | InstanceId | 
            The instance ID.
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | IsSetOutput()()()() | 
            Checks if Output property is set
             | 
|  | IsSetTimestamp()()()() | 
            Checks if Timestamp property is set
             | 
|  | Output | 
            The console output, Base64 encoded.
             | 
|  | Timestamp | 
            The time the output was last updated.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the instance ID.
             | 
|  | WithOutput(String) | Obsolete. 
            Sets the console output, Base64 encoded.
             | 
|  | WithTimestamp(String) | Obsolete. 
            Sets the time the output was last updated.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ConsoleOutput |