RemoveAppComponentsRequest.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.
A collection of components to be removed.
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