Share via


SetListPriceNull Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Allows clearing the list price for the category, this can also be accomplished using the Information dataset.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub SetListPriceNull
'Usage
Dim instance As Category

instance.SetListPriceNull()
public void SetListPriceNull()
public:
void SetListPriceNull()
public function SetListPriceNull()

Remarks

This should only be used to clear a virtual price on an inherited category.

Permissions

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace