Share via


ContentList.Factory Property (PIA)

The Factory property is a read-only IContentListFactory interface of the ContentListFactory object that created this ContentList object.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public ReadOnly Property Factory As ContentListFactory

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public ContentListFactory Factory {get;}

Property Value

The IContentListFactory interface of the ContentListFactory object that created this ContentList object.

Exceptions

This property 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

ContentList Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.