StageSolutionResults.SolutionComponentsDetails Property
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.
Gets or sets the details of the components in the staged solution.
public:
property System::Collections::Generic::List<Microsoft::Xrm::Sdk::SolutionComponentDetails ^> ^ SolutionComponentsDetails { System::Collections::Generic::List<Microsoft::Xrm::Sdk::SolutionComponentDetails ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Sdk::SolutionComponentDetails ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.SolutionComponentDetails> SolutionComponentsDetails { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SolutionComponentsDetails : System.Collections.Generic.List<Microsoft.Xrm.Sdk.SolutionComponentDetails> with get, set
Public Property SolutionComponentsDetails As List(Of SolutionComponentDetails)
Property Value
- Attributes