GetListingsWithChangedPricesResponse Constructor (IEnumerable(Listing))

Initializes a new instance of the GetListingsWithChangedPricesResponse class.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
Public Sub New ( _
    listings As IEnumerable(Of Listing) _
)
'Usage
Dim listings As IEnumerable(Of Listing)

Dim instance As New GetListingsWithChangedPricesResponse(listings)
public GetListingsWithChangedPricesResponse(
    IEnumerable<Listing> listings
)
public:
GetListingsWithChangedPricesResponse(
    IEnumerable<Listing^>^ listings
)

Parameters

See Also

Reference

GetListingsWithChangedPricesResponse Class

GetListingsWithChangedPricesResponse Overload

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace