StageSolutionResults 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.
Contains detailed information from staging a solution.
public ref class StageSolutionResults sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="StageSolutionResults", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class StageSolutionResults : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="StageSolutionResults", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type StageSolutionResults = class
interface IExtensibleDataObject
Public NotInheritable Class StageSolutionResults
Implements IExtensibleDataObject
- Inheritance
-
StageSolutionResults
- Attributes
- Implements
Constructors
StageSolutionResults() |
Initializes a new instance of the StageSolutionResults class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. |
MissingDependencies |
Gets or sets missing dependencies in the staged solution. |
SolutionComponentsDetails |
Gets or sets the details of the components in the staged solution. |
SolutionDetails |
Gets or sets details of the staged solution. |
SolutionValidationResults |
Gets or sets results of the validation pass on the staged solution. |
StageSolutionStatus |
Gets or sets the status of the staged solution. |
StageSolutionUploadId |
Gets or sets the upload unique identifier (ID) for the staged solution. |