  | MemberAttributeOperationType Enumeration | 
 Used to identify the type of member attribute change, either PUT or REMOVED
 
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxpublic enum MemberAttributeOperationType
Public Enumeration MemberAttributeOperationType
public enum class MemberAttributeOperationType
type MemberAttributeOperationType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Put | 1 |  | 
 | Remove | 2 |  | 
See Also