Lead Class
Applies To: Dynamics Marketing
Represents a lead in Microsoft Dynamics Marketing.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
| Name | Description | |
|---|---|---|
![]() | Lead() | Initializes a new instance of theLead class. |
| Name | Description | |
|---|---|---|
![]() | BelongsToCompany | Gets or sets the company that the user belongs to. |
![]() | Campaign | Gets or sets the lead’s campaign. |
![]() | Company | Gets or sets the lead’s company. |
![]() | Contact | Gets or sets the lead’s contact. |
![]() | CustomFields | Gets or sets the lead’s custom fields. |
![]() | Date | Gets or sets the lead’s date. |
![]() | DueDate | Gets or sets the lead’s due date. |
![]() | Id | Gets or sets the lead’s ID. |
![]() | Name | Gets or sets the lead’s name. |
![]() | OriginOfChanges | Gets or sets a value that indicates where the changes to the lead came from. |
![]() | Priority | Gets or sets the lead’s priority. |
![]() | Program | Gets or sets the lead’s program. |
![]() | SalesRating | Gets or sets the lead’s sales rating. |
![]() | SalesReady | Gets or sets a value indicating whether the lead is sales-ready. |
![]() | Score | Gets or sets the lead’s score. |
![]() | Status | Gets or sets the lead’s status. |
![]() | Territory | Gets or sets the lead’s territory. |
![]() | UpdateDate | Gets or sets the lead’s last update date. |
![]() | Version | Gets or sets the lead’s version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Manage leads, contacts, and company
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and delete lead (including UDF custom fields)
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference


