WirelessNetworkInfoRadioEnabled Property 
             | 
          
        
         
            Indicates if the printer's wireless radio is enabled.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Nullable<bool> RadioEnabled { get; set; }Public Property RadioEnabled As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> RadioEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also