  | IMemberGetAttribute Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxstring 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: 
String
See Also