Tag for command queue simple in API

Hi
I find how to use API in c# from below link
http://wiki.mikrotik.com/wiki/API_in_C_Sharp#Example
now i want to send command “queue simple set max-limit=3M/3M queue13” to Mikrotik but after i send this command i should send another command for tag but don’t know what should i send.

for example for get Mikrotik name should send below commands

mikrotik.Send(“/system/identity/getall”);
mikrotik.Send(“.tag=sss”, true);

i want second command for “queue simple”

please elaborate on your issue as it is not completely clear what exactly you want to achieve.

.tag command can be used as simple additional attribute. In command return you get reply that is tagged with tag, that command asking for it supplied.