←Select platform

Name Property

Summary

Unique name of this cache object

Syntax

C#
VB
Java
C++
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.

Remarks

Must be implemented by derived classes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly