SolutionDetails 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.
Provides detailed information about a solution.
public ref class SolutionDetails
[System.Runtime.Serialization.DataContract(Name="SolutionDetails", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class SolutionDetails
[<System.Runtime.Serialization.DataContract(Name="SolutionDetails", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type SolutionDetails = class
Public Class SolutionDetails
- Inheritance
-
SolutionDetails
- Attributes
Constructors
SolutionDetails() |
Initializes a new instance of the SolutionDetails class. |
Properties
HasPendingUpgrade | |
IsManaged |
|
IsPatchSolution |
|
IsPrerequisitesExport | |
PreviousIsManaged |
True is the solution was previously managed; otherwise false. |
PreviousPatchSolutionsNames |
Gets or sets a collection of previous names for the solution patch. |
PreviousPublisherFriendlyName |
Gets or sets the previous user-friendly name of the solution publisher. |
PreviousPublisherUniqueName |
Gets or sets the previous unique name of the solution publisher. |
PreviousSolutionFriendlyName |
Gets or sets the solution’s previous user-friendly name. |
PreviousSolutionUniqueName |
Gets or sets the solution’s previous unique name. |
PreviousSolutionVersion |
Gets or sets the previous solution version. |
PublisherFriendlyName |
Gets or sets the user-friendly display name for the publisher. |
PublisherUniqueName |
Gets or sets the publisher name that is unique in the target environment. |
SolutionDescription |
Gets or sets the description of the solution. |
SolutionFriendlyName |
Gets or sets the user-friendly display name for the solution. |
SolutionUniqueName |
Gets or sets the solution name that is unique in the target environment. |
SolutionVersion |
Gets or sets the solution version. |