Share via


ContentListSchema.Count Property (PIA)

The Count property is a read-only value that contains the current number of columns in the schema.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public ReadOnly Property Count As Integer

[C#]

Get method:

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

Property Value

The current number of columns in the schema.

Exceptions

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

Requirements

Namespace: Microsoft.CommerceServer.Interop.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: cachecomplib (in cachecomplib.dll)

See Also

ContentListSchema Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.