←Select platform

Name Property

Summary

Unique name of this cache object

Syntax
C#
VB
C++
Java
public abstract string Name {get;} 
Public MustOverride ReadOnly Property Name() As String 
public:  
   virtual property String^ Name 
   { 
      String^ get() abstract; 
   } 
public abstract String getName() 

Property Value

The unique name of this cache object.

It is best to override SetName to allow clients to override the name of the cache object.

Remarks

Must be implemented by derived classes.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.