| IMemberGetAttribute Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax string GetAttribute(
string key
)
Function GetAttribute (
key As String
) As String
String^ GetAttribute(
String^ key
)
abstract GetAttribute :
key : string -> string
Parameters
- key
- Type: SystemString
Return Value
Type:
StringSee Also