LoaderProgID 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 populate the cache object during Refresh cycles.

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

Syntax

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

value = instance.LoaderProgID

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

Property Value

Type: System..::.String
The ProgId of the component that should be created and invoked to populate the cache object during Refresh cycles. May not be nullNothingnullptra null reference (Nothing in Visual Basic).

Exceptions

Exception Condition
ArgumentNullException

An attempt to set this property to nullNothingnullptra null reference (Nothing in Visual Basic).

CommerceCacheException

A General failure

Remarks

Stores the ProgId of the component that should be created and invoked to populate the cache object during Refresh cycles. Throws a CommerceCacheException on failure.

Permissions

See Also

Reference

CommerceCache Class

CommerceCache Members

Microsoft.CommerceServer.Runtime.Caching Namespace