I am working on an asp.net mvc-5 web application. and i am calling some power-shell scripts inside my web application, and populate a dynamic object with the powershell scripts results.. here is part of the results i get from running powershell scripts :-
can anyone adivce how i can access for example the BaseObject.Build value? i tried the following results[0].BaseObject.Build
but i got a null reference exception . as results[0].BaseObject
will be null! can anyone adivce on this please ?