Listings Property

Gets the collection of listings whose prices have changed and recalculated.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Listings As IEnumerable(Of Listing)
    Get
    Private Set
'Usage
Dim instance As GetListingsWithChangedPricesResponse
Dim value As IEnumerable(Of Listing)

value = instance.Listings
[DataMemberAttribute]
public IEnumerable<Listing> Listings { get; private set; }
[DataMemberAttribute]
public:
property IEnumerable<Listing^>^ Listings {
    IEnumerable<Listing^>^ get ();
    private: void set (IEnumerable<Listing^>^ value);
}

Property Value

Type: System.Collections.Generic.IEnumerable<Listing>
Returns IEnumerable<T>.

See Also

Reference

GetListingsWithChangedPricesResponse Class

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