  | IDistributedObjectGetName Method  | 
 Returns the unique name for this IDistributedObject.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
SyntaxFunction GetName As String
abstract GetName : unit -> string 
Return Value
Type: 
Stringthe unique name for this object.
RemarksReturns the unique name for this IDistributedObject. Returned value will never be null.
See Also