Share via


CommerceCache.CacheObjectProgId Property (BCL)

The CacheObjectProgId property gets the ProgId of the component that is the cache container object. Generally this is either Commerce.Dictionary or Commerce.LRUCache object.

Definition

[Visual Basic .NET]

Public Property CacheObjectProgId As System.String

[C#]

public System.String CacheObjectProgId{get;} 

Property Value

The ProgId of the cache container object.

Remarks

Throws a CommerceCacheException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.