Click or drag to resize

MachineIPs Property

List of IP numbers

Namespace:  VMInfoFace.Data
Assembly:  VMInfoFace.Data (in VMInfoFace.Data.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public List<string> IPs { get; set; }

Property Value

Type: ListString
Remarks
Equal guest.net[1].ipConfig.ipAddress type of Vim25Api.NetIpConfigInfoIpAddress[] property guest.net[1].ipConfig.ipAddress[1].ipAddress example: fe80::bcba:4a44:72ac:8baf
See Also