RetrieveLeadsRequest Class
Applies To: Dynamics Marketing
Contains the data that’s required to retrieve a list of leads.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
Microsoft.Dynamics.Marketing.SDK.Messages.Lead::RetrieveLeadsRequest
| Name | Description | |
|---|---|---|
![]() | RetrieveLeadsRequest() | Initializes a new instance of the RetrieveLeadsRequest class. |
| Name | Description | |
|---|---|---|
![]() | BelongsToCompanyId | Gets or sets the ID of the company that the lead belongs to. |
![]() | FromUpdateDate | Gets or sets the value indicating the first update for a lead to be included in the result list, expressed as the Coordinated Universal Time (UTC). |
![]() | MaxNumberOfRecordsToGet | Gets or sets the maximum number of records to retrieve. |
![]() | OriginOfChange | Gets or sets the origin of change value that the lead needs to have to be part of the result list. |
![]() | SkipNumberOfRecords | Gets or sets the number of records, starting from the beginning of the results, to not return in the response. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToBrokeredMessage() | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.) |
![]() | ToBrokeredMessage(String^) | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.) |
![]() | 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.
RetrieveLeadsResponse
Microsoft.Dynamics.Marketing.SDK.Messages.Lead Namespace
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


