AddAppComponentsRequest.Components Property

Definition

Gets or sets a collection of components, such as sitemap, entity, dashboard, business process flows, views, and forms, to be added to the business app.

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

Property Value

A collection of components, such as sitemap, entity, dashboard, business process flows, views, and forms, to be added to the business app.

Applies to