  | AbstractMapEventGetName Method  | 
 Returns the name of the map for this event.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntaxpublic virtual string GetName()
Public Overridable Function GetName As String
public:
virtual String^ GetName()
abstract GetName : unit -> string 
override GetName : unit -> string 
Return Value
Type: 
Stringname of the map.
See Also