ListingRecordIds Property

Gets the collection of listing record identifiers.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ListingRecordIds As Collection(Of Long)
    Get
    Private Set
'Usage
Dim instance As GetListingByRecordIdRequest
Dim value As Collection(Of Long)

value = instance.ListingRecordIds
[DataMemberAttribute]
public Collection<long> ListingRecordIds { get; private set; }
[DataMemberAttribute]
public:
property Collection<long long>^ ListingRecordIds {
    Collection<long long>^ get ();
    private: void set (Collection<long long>^ value);
}

Property Value

Type: System.Collections.ObjectModel.Collection<Int64>
Returns Collection<T>.

See Also

Reference

GetListingByRecordIdRequest Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace