AddListingProperty Method

Adds the specified listing property and overwrites any previous listing property saved with the same KeyName.

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

Syntax

'Declaration
Public Sub AddListingProperty ( _
    listingProperty As ListingProperty _
)
'Usage
Dim instance As KeyNameListingPropertyDictionary
Dim listingProperty As ListingProperty

instance.AddListingProperty(listingProperty)
public void AddListingProperty(
    ListingProperty listingProperty
)
public:
void AddListingProperty(
    ListingProperty^ listingProperty
)

Parameters

See Also

Reference

KeyNameListingPropertyDictionary Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace