RetrieveEmailMarketingResultsRequest::NextBatchTokenGuid Property

 

Applies To: Dynamics Marketing

Gets or sets the token to retrieve the next batch.

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

public:
[DataMemberAttribute]
property Nullable<Guid> NextBatchTokenGuid {
	Nullable<Guid> get();
	void set(Nullable<Guid> value);
}

Property Value

Type: System::Nullable<Guid>

The token to retrieve the next batch.

Return to top
Show: