RasEntry.DnsSuffix Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the Domain Name Service (DNS) suffix for the connection.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public string DnsSuffix { get; set; }
Visual Basic
Public Property DnsSuffix As String
	Get
	Set
Visual C++
public:
property String^ DnsSuffix {
	String^ get ();
	void set (String^ value);
}
F#
member DnsSuffix : string with get, set

Property Value

Type: String

Remarks

Windows XP and later: This property is available.

See Also