MachineIpAddress Class
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.
The machine IP address details.
public class MachineIpAddress
type MachineIpAddress = class
Public Class MachineIpAddress
- Inheritance
-
MachineIpAddress
Constructors
| Name | Description |
|---|---|
| MachineIpAddress() |
Initializes a new instance of the MachineIpAddress class. |
| MachineIpAddress(String, String) |
Initializes a new instance of the MachineIpAddress class. |
Properties
| Name | Description |
|---|---|
| Family |
Gets to determine if address belongs IPv4 or IPv6 family Possible values include: 'IPv4', 'IPv6' |
| IP |
Gets iPv4 or IPv6 address of the machine |