Listings Property

Gets the listings.

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

Syntax

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

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

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Listing>
Returns ReadOnlyCollection<T>.

See Also

Reference

GetListingByRecordIdResponse Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace