←Select platform

SetName Method

Summary

Sets the unique name of this file cache object.

Syntax
C#
VB
C++
public override void SetName( 
   string value 
) 
Public Overrides Sub SetName( 
   ByVal value As String 
) 
public:  
   virtual void SetName( 
      String^ value 
   ) override 

Parameters

value

The unique name of this cache object.

Remarks

The name of the cache object can be retrieved with Name.

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