NetworkInfoDhcpEnabled Property
|
True if DHCP is enabled.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public 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:
NullableBooleanSee Also