Solution Class

Definition

Provides information about a solution.

For the Web API the corresponding type is Solution ComplexType.

public ref class Solution sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Diagnostics.DebuggerDisplay("{FriendlyName}")]
[System.Runtime.Serialization.DataContract(Name="Solution", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class Solution : System.Runtime.Serialization.IExtensibleDataObject
[<System.Diagnostics.DebuggerDisplay("{FriendlyName}")>]
[<System.Runtime.Serialization.DataContract(Name="Solution", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type Solution = class
    interface IExtensibleDataObject
Public NotInheritable Class Solution
Implements IExtensibleDataObject
Inheritance
Solution
Attributes
Implements

Constructors

Solution()

Initializes a new instance of the Solution class.

Properties

ExtensionData

Gets or sets the extension data object.

FriendlyName

Gets or sets the friendly name of the solution. Required

Id

Gets or sets the ID of the solution. Required

PublisherId

Gets or sets the ID of the solution publisher. Required

PublisherIdName

Gets or sets the name of the solution publisher. Required

PublisherUniqueName

Gets or sets the unique name of the solution publisher. Required

SolutionUniqueName

Gets or sets the unique name of the solution. Required

VersionNumber

Gets or sets the version of the solution. Required

Applies to