ExportSolutionRequest.ExportComponentsParams 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 set of solution components to export.
public:
property Microsoft::Xrm::Sdk::ExportComponentsParams ^ ExportComponentsParams { Microsoft::Xrm::Sdk::ExportComponentsParams ^ get(); void set(Microsoft::Xrm::Sdk::ExportComponentsParams ^ value); };
public Microsoft.Xrm.Sdk.ExportComponentsParams ExportComponentsParams { get; set; }
member this.ExportComponentsParams : Microsoft.Xrm.Sdk.ExportComponentsParams with get, set
Public Property ExportComponentsParams As ExportComponentsParams