Share via


CommerceCache.LoaderProgId Property (BCL)

The LoaderProgId property gets or sets the ProgId of the component that should be created and invoked to populate the cache object during refresh cycles.

Definition

[Visual Basic .NET]

Public Property LoaderProgId As System.String

[C#]

public System.String LoaderProgId{get; set;} 

Property Value

The ProgId of the cache loader component.

Remarks

Exceptions Description
ArgumentNullException A null value was provided when setting the property. A loader component is required for all configured caches.
CommerceCacheException General 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.