RasEntryOptions.RemoteDefaultGateway Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the remote default gateway will be used.

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

Syntax

C#
public bool RemoteDefaultGateway { get; set; }
Visual Basic
Public Property RemoteDefaultGateway As Boolean
	Get
	Set
Visual C++
public:
property bool RemoteDefaultGateway {
	bool get ();
	void set (bool value);
}
F#
member RemoteDefaultGateway : bool with get, set

Property Value

Type: Boolean

Remarks

This value corresponds to the Use default gateway on remote network checkbox in the TCP/IP settings dialog box.

See Also