Kaspersky Security Center Automation
10.0
|
Acquire administration group attributes. Returns attributes of the specified administration group.
... var oGroups = new ActiveXObject("klakaut.KlAkGroups"); oGroups.AdmServer = ... ... var lGroupId = ... ... //Acquire group name var strName = oGroups.GetGroupInfo(lGroupId).Item("name"); |