Kaspersky Security Center Automation
10.0
|
Accesses element by index. Returns element with the specified index. Index is zero-based and must be less than IKlAkCollection.Count. Supports enumerating.
var oFileds2Return = new ActiveXObject("klakaut.KlAkCollection"); oFileds2Return.SetSize(2); oFileds2Return.Item(0) = "KLHST_WKS_HOSTNAME"; oFileds2Return.Item(1) = "KLHST_WKS_DN"; |