Click or drag to resize
MessagePackMemberAttributeName Property
Gets or sets the name of this member.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string Name { get; set; }

Property Value

Type: String
The name which will be used in map key on serialized MessagePack stream.
See Also