I checked DeviceNetworkInformation Class and there are properties that return current state of network as TRUE or FALSE:
I was wondering if there are APIs that allow to manipulate/set network state, lets say turn wireless ON/OFF or turn data connection ON/Off?
You cannot directly change the settings, but you can launch the ConnectionSettingsTask, which will open up the relevant OS settings page.