| IMemberGetAttributes Method |
Returns configured attributes for this member.
This method might not be available on all native clients.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax IDictionary<string, string> GetAttributes()
Function GetAttributes As IDictionary(Of String, String)
IDictionary<String^, String^>^ GetAttributes()
abstract GetAttributes : unit -> IDictionary<string, string>
Return Value
Type:
IDictionaryString,
StringAttributes for this member.
See Also