AddAppComponentsRequest.Components 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 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.