RetrieveLeadsRequest Class

 

Applies To: Dynamics Marketing

Contains the data that’s required to retrieve a list of leads.

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

System::Object
  Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.Lead::RetrieveLeadsRequest

[DataContractAttribute]
public ref class RetrieveLeadsRequest : SdkRequest

NameDescription
System_CAPS_pubmethodRetrieveLeadsRequest()

Initializes a new instance of the RetrieveLeadsRequest class.

NameDescription
System_CAPS_pubpropertyBelongsToCompanyId

Gets or sets the ID of the company that the lead belongs to.

System_CAPS_pubpropertyFromUpdateDate

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).

System_CAPS_pubpropertyMaxNumberOfRecordsToGet

Gets or sets the maximum number of records to retrieve.

System_CAPS_pubpropertyOriginOfChange

Gets or sets the origin of change value that the lead needs to have to be part of the result list.

System_CAPS_pubpropertySkipNumberOfRecords

Gets or sets the number of records, starting from the beginning of the results, to not return in the response.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethodToBrokeredMessage(String^)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: