IMemberRemoveAttribute Method Hazelcast .Net Client Class Library
Removes a key-value pair attribute for this member if given key was previously assigned as an attribute.
If key wasn't assigned to a value this method does nothing.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.5.3.2
Syntax

void RemoveAttribute(
	string key
)

Parameters

key
Type: SystemString
The key to be deleted from the member attributes
Remarks

Removes a key-value pair attribute for this member if given key was previously assigned as an attribute.
If key wasn't assigned to a value this method does nothing.
See Also

Reference