SolutionValidationResult Class

Definition

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.

Applies to