1
Hi All,
Update:
I found the solution myself. The "Properties" property collection have that specified value from the cube. The "MEASUREGROUP_NAME" can be retrived from the below code snippet.
- string specifiedKpi=(string)adomd.Properties["MEASUREGROUP_NAME"].Value;
Now, the other part of the use case scenario can be validated as per the requirement.
Regards,
Amresh S.