RetrieveLeadResponse.Lead Property

 

Applies To: Dynamics Marketing

Gets or sets the lead.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.Lead
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public Lead Lead { get; set; }
public:
[DataMemberAttribute]
property Lead^ Lead {
    Lead^ get();
    void set(Lead^ value);
}
[<DataMemberAttribute>]
member Lead : Lead with get, set
<DataMemberAttribute>
Public Property Lead As Lead

Property Value

Type: Microsoft.Dynamics.Marketing.SDK.Model.Lead

Type: Lead

See Also

RetrieveLeadResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.Lead Namespace

Return to top