IPHostEntry::Aliases Property
.NET Framework (current version)
Gets or sets a list of aliases that are associated with a host.
Assembly: System (in System.dll)
public: property array<String^>^ Aliases { array<String^>^ get(); void set(array<String^>^ value); }
Property Value
Type: array<System::String^>^An array of strings that contain DNS names that resolve to the IP addresses in the AddressList property.
.NET Framework
Available since 1.1
Available since 1.1
Show: