Share via


CommerceCacheCollection.Item(String) Property (BCL)

The Item property contains a CommerceCache object selected by name.

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValcacheName As System.String _
) As CommerceCache

[C#]

public CommerceCache Item(
  System.String cacheName){get;} 

Parameters

[Visual Basic .NET]

  • cacheName
    The name of the cache.

[C#]

  • cacheName
    The name of the cache.

Property Value

The CommerceCache object specified by the cacheName parameter.

Remarks

Throws an ArgumentNullException if the parameter is null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.