QualifyLeadResponse.CreatedEntities Property

Definition

Gets the collection of references to the newly created account, contact, and opportunity records.

public:
 property Microsoft::Xrm::Sdk::EntityReferenceCollection ^ CreatedEntities { Microsoft::Xrm::Sdk::EntityReferenceCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityReferenceCollection CreatedEntities { get; }
member this.CreatedEntities : Microsoft.Xrm.Sdk.EntityReferenceCollection
Public ReadOnly Property CreatedEntities As EntityReferenceCollection

Property Value

The collection of references to the newly created account, contact, and opportunity records.

Applies to