CompoundUpdateDuplicateDetectionRuleRequest.ChildEntities Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.EntityCollection

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

See Also

CompoundUpdateDuplicateDetectionRuleRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright