Share via


CacheManager.LoaderProgId Property (PIA)

The LoaderProgId property is a read/write string that contains the ProgID of the component intended for use in populating the cache.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public Property LoaderProgId(bstrName As String) As String

[C#]

Get method:

using Microsoft.CommerceServer.Interop.Caching;
…
public string get_LoaderProgId(stringbstrName);

Put method:

public void set_LoaderProgId(stringbstrName,
 stringpbstrProgId);

Parameters

[Visual Basic .NET]

  • bstrName
    A String that contains the name of a data cache for which the Loader component ProgID is being provided or retrieved.

[C#]

  • bstrName
    A string that contains the name of a data cache for which the Loader component ProgID is being provided or retrieved.
  • pbstrProgId
    When setting the property, a string that contains the ProgID of the Loader component.

Return Values

When getting, a string with the ProgId.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

[C#]

Remarks

The get_LoaderProgId and set_LoaderProgId methods do not show up in IntelliSense.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: cachecomplib (in cachecomplib.dll)

See Also

CacheManager Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.