←Select platform

Name Property

Summary

Unique name of this cache object

Syntax
C#
VB
C++
Java
public override string Name {get;} 
Public Overrides ReadOnly Property Name() As String 
   Get 
public:  
   virtual property String^ Name 
   { 
      String^ get() override 
   } 
@Override 
public String getName() 

Property Value

The unique name of this cache object. Returns "LeadFileCache" by default. Use SetName to override this value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly