StageAndUpgradeRequest.ComponentParameters Property

Definition

Gets or sets the list of entities to overwrite values from the solution.

public:
 property Microsoft::Xrm::Sdk::EntityCollection ^ ComponentParameters { Microsoft::Xrm::Sdk::EntityCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityCollection ^ value); };
public Microsoft.Xrm.Sdk.EntityCollection ComponentParameters { get; set; }
member this.ComponentParameters : Microsoft.Xrm.Sdk.EntityCollection with get, set
Public Property ComponentParameters As EntityCollection

Property Value

The list of entities to overwrite values from the solution

Applies to