AssociateRequest.RelatedEntities Property

Definition

Gets or sets the collection of entity references (references to records) to be associated. Required.

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

Property Value

The collection of entity references (references to records) to be associated.

Applies to