WirelessNetworkInfoDhcpEnabled Property 
             | 
          
        
         
            Indicates whether DHCP is enabled.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Nullable<bool> DhcpEnabled { get; set; }Public Property DhcpEnabled As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> DhcpEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also