The Output data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Output
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Output()()()() | Initializes a new instance of the Output class | 
|  | Description | 
            User defined description associated with the output.
             
             | 
|  | 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.) | 
|  | OutputKey | 
            The key associated with the output.
             
             | 
|  | OutputValue | 
            The value associated with the output.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithOutputKey(String) | Obsolete. 
            Sets the OutputKey property
             | 
|  | WithOutputValue(String) | Obsolete. 
            Sets the OutputValue property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Output |