WriterProgID Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

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.

Namespace:  Microsoft.CommerceServer.Runtime.Caching
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Property WriterProgID As String
'Usage
Dim instance As CommerceCache
Dim value As String

value = instance.WriterProgID

instance.WriterProgID = value
public string WriterProgID { get; set; }
public:
property String^ WriterProgID {
    String^ get ();
    void set (String^ value);
}
public function get WriterProgID () : String
public function set WriterProgID (value : String)

Property Value

Type: System..::.String
The ProgId of the component that should be created and invoked to write out data from the cache object during refresh cycles.

Exceptions

Exception Condition
CommerceCacheException

A General failure

Remarks

Stores the ProgId of the component that should be created and invoked to write out data from the cache object during refresh cycles. Throws a CommerceCacheException on failure.

Permissions

See Also

Reference

CommerceCache Class

CommerceCache Members

Microsoft.CommerceServer.Runtime.Caching Namespace