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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.