Share via


IsListPriceNull Method

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

Returns true for categories without list price values. Always returns false for other types.

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

Syntax

'Declaration
Public Function IsListPriceNull As Boolean
'Usage
Dim instance As CatalogItem
Dim returnValue As Boolean

returnValue = instance.IsListPriceNull()
public bool IsListPriceNull()
public:
bool IsListPriceNull()
public function IsListPriceNull() : boolean

Return Value

Type: System..::.Boolean
true for categories without list price values; otherwise false.

Remarks

Allows searching for nullNothingnullptra null reference (Nothing in Visual Basic) list price values.

Permissions

See Also

Reference

CatalogItem Class

CatalogItem Members

Microsoft.CommerceServer.Catalog Namespace