I am trying to get specific parameter number for SCOM.
Say example I want to query parameter number 2 of SCOM.
I am using this syntax, but its not working.
arr[2] = ele.GetAsString(DbAttributeInstance.PARA, qual1);
I know qualifiers are for different purpose but as result is an array, i couldnt collect it as string.
Appreciate if somebody can help. Thanks