MessagePackMemberAttributeId Property |
Gets the ID of the member.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax Public ReadOnly Property Id As Integer
Get
public:
property int Id {
int get ();
}
Property Value
Type:
Int32
The ID of the member.
See Also