  | HazelcastClientGetName Method  | 
 Returns the name of this Hazelcast instance
 
    Namespace: 
   Hazelcast.Client
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxPublic Function GetName As String
public:
virtual String^ GetName() sealed
abstract GetName : unit -> string 
override GetName : unit -> string 
Return Value
Type: 
Stringname of this Hazelcast instance
Implements
IHazelcastInstanceGetName
See Also