Share via


CommerceCache.WriterProgId Property (BCL)

The WriterProgId property gets or sets the ProgId of the component that should be created and invoked to write out data from the cache object during refresh cycles.

Definition

[Visual Basic .NET]

Public Property WriterProgId As System.String

[C#]

public System.String WriterProgId{get; set;} 

Property Value

The ProgID of the cache writer component.

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.