  | NearCacheConfigSetName Method  | 
 
            Sets the name of the Near Cache.
            
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic virtual NearCacheConfig SetName(
	string name
)
Public Overridable Function SetName ( 
	name As String
) As NearCacheConfig
public:
virtual NearCacheConfig^ SetName(
	String^ name
)
abstract SetName : 
        name : string -> NearCacheConfig 
override SetName : 
        name : string -> NearCacheConfig Parameters
- name
 - Type: SystemString
the name of the Near Cache 
Return Value
Type: 
NearCacheConfigthis Near Cache config instance
See Also