System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix Property

Gets the Domain Name System (DNS) suffix associated with this interface.

Syntax

public abstract string DnsSuffix { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DNS suffix identifies the domain name (for example, "contoso.com") that is appended to an unqualified host name to obtain a fully qualified domain name (FQDN) suitable for a DNS name query. For example, if the local machine has "contoso.com" as its IPInterfaceProperties.DnsSuffix, and must resolve the unqualified host name "www", the FQDN to query is "www.contoso.com".

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0