Radio.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current state of the radio represented by this object.
public:
property RadioState State { RadioState get(); };
RadioState State();
public RadioState State { get; }
var radioState = radio.state;
Public ReadOnly Property State As RadioState
Property Value
The current radio state.