Можно любое имя выбрать для атрибута - как-то специально описывать их не надо.
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if ($node->isAgent)
{
state = AgentReadParameter($node, "System.ServiceState(mssqlserver)");
if (state == 0)
{
SetCustomAttribute($node, "sqlServer", "true");
}
}
return GetCustomAttribute($node, "sqlServer") == "true";