RelatedListings Property

Gets information about the listings related to the this listing

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RelatedListings As ICollection(Of RelatedListing)
    Get
    Friend Set
'Usage
Dim instance As Listing
Dim value As ICollection(Of RelatedListing)

value = instance.RelatedListings
[DataMemberAttribute]
public ICollection<RelatedListing> RelatedListings { get; internal set; }
[DataMemberAttribute]
public:
property ICollection<RelatedListing^>^ RelatedListings {
    ICollection<RelatedListing^>^ get ();
    internal: void set (ICollection<RelatedListing^>^ value);
}

Property Value

Type: System.Collections.Generic.ICollection<RelatedListing>
Returns ICollection<T>.

See Also

Reference

Listing Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace