NetworkAdapter.DHCPServer 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.
IP Address of the DHCP server
public:
property System::String ^ DHCPServer { System::String ^ get(); };
public:
property Platform::String ^ DHCPServer { Platform::String ^ get(); };
public string DHCPServer { get; }
member this.DHCPServer : string
Public ReadOnly Property DHCPServer As String