NetworkAdapterConfigurationInfoDhcpServer Property |
Win32_NetworkAdapterConfiguration: DHCPServer: IP address of the dynamic
host configuration protocol (DHCP) server.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string DhcpServer { get; set; }
<DataMemberAttribute>
Public Property DhcpServer As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ DhcpServer {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract DhcpServer : string with get, set
[<DataMemberAttribute>]
override DhcpServer : string with get, set
Property Value
Type:
String
The DHCP server.
Implements
INetworkAdapterConfigurationInfoDhcpServerSee Also