NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPHostEntry.Aliases

Provides an array of strings containing other DNS names that resolve to the IP addresses in AddressList.

[Visual Basic]
Public Aliases() As String
[C#]
public string[] Aliases;
[C++]
public: String* Aliases[];
[JScript]
public var Aliases : String[];

See Also

IPHostEntry Class | IPHostEntry Members | System.Net Namespace