Share via


Name Property

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

Gets the name of the cache.

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

Syntax

'Declaration
Public ReadOnly Property Name As Object
'Usage
Dim instance As CommerceCache
Dim value As Object

value = instance.Name
public Object Name { get; }
public:
property Object^ Name {
    Object^ get ();
}
public function get Name () : Object

Property Value

Type: System..::.Object
The name of the cache.

Remarks

Stores the name of the cache.

Permissions

See Also

Reference

CommerceCache Class

CommerceCache Members

Microsoft.CommerceServer.Runtime.Caching Namespace