![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IDistributedObjectGetName Method |
Returns the unique name for this IDistributedObject.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
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