SolutionDetails Class

Definition

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

true if the solution is managed; otherwise false.

IsPatchSolution

true if the solution is a patch; otherwise false.

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.

Applies to