DryRun result
            
            If the dry-run was successful, the IsSuccessful field will be set to true;
            otherwise, false.
            More information may be available on the Message and Error fields.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DryRunResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DryRunResult()()()() | Initializes a new instance of the DryRunResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Error | 
            Exception associated with the response, if there was one.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetError()()()() | 
            Checks if Error property is set
             | 
|  | IsSetIsSuccessful()()()() | 
            Checks if IsSuccessful property is set
             | 
|  | IsSetMessage()()()() | 
            Checks if Message property is set
             | 
|  | IsSuccessful | 
            Flag that signals if you have the required permissions to execute the request.
             | 
|  | Message | 
            Message associated with the response.
             | 
|  | ToString()()()() | 
            String Representation of this object. Overrides Object.ToString()
            (Overrides Object.ToString()()()().) | 
|  | ToXML()()()() | 
            XML Representation of this object
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DryRunResult |