DeleteLeadRequest.LeadId Property
Applies To: Dynamics Marketing
Gets or sets the lead ID.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Lead
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Guid LeadId { get; set; }
public:
[DataMemberAttribute]
property Guid LeadId {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member LeadId : Guid with get, set
<DataMemberAttribute>
Public Property LeadId As Guid
Property Value
Type: System.Guid
Type: Guid
See Also
DeleteLeadRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Lead Namespace
Return to top