QualifyLeadRequest.OpportunityCustomerId Property

Definition

Gets or set the account or contact that is associated with the opportunity. Required.

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

Property Value

The account or contact that is associated with the opportunity.

Applies to