SolutionValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result returned from validating the solution.
public ref class SolutionValidationResult
[System.Runtime.Serialization.DataContract(Name="SolutionValidationResult", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class SolutionValidationResult
[<System.Runtime.Serialization.DataContract(Name="SolutionValidationResult", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type SolutionValidationResult = class
Public Class SolutionValidationResult
- Inheritance
-
SolutionValidationResult
- Attributes
Constructors
SolutionValidationResult() |
Initializes a new instance of the SolutionValidationResult class. |
Properties
AdditionalInfo |
Gets or sets a user-friendly description of the solution validation results. |
ErrorCode |
Gets or sets the error code returned after validating the solution. |
Message |
Gets or sets the message returned after validating the solution. |
SolutionValidationResultType |
Gets or sets the type of result returned from validating a solution. |