Share via


ContentListFactory.Count Property (PIA)

The Count property is a read/write Integer that gets or sets the number of content items in a ContentListFactory object.

Definition

[Visual Basic .NET]

Public Property Count As Integer

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public int Count{get; set;}

Property Value

An Integer** that contains the item count.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Remarks

The Count property cannot be changed after ContentList objects have been created by the ContentListFactory object. Also, the Count property cannot be set to a smaller number than its current setting.

This property is functionally identical to the one of the same name to be found in the ContentList object.

See Also

ContentListFactory Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.