QualifyLeadResponse.CreatedEntities 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.
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.