CompoundUpdateDuplicateDetectionRuleRequest.ChildEntities Property

Definition

Gets or sets a collection of the duplicate rule conditions that you want updated. Required.

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

Property Value

The collection of the duplicate rule conditions that you want updated.

Applies to