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 Variant
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 null list price values.

Permissions

See Also

Reference

Variant Class

Variant Members

Microsoft.CommerceServer.Catalog Namespace