RasEntry.NetworkOutageTime Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the amount of time, in minutes, that IKEv2 packets will be transmitted without a response before the connection is considered lost.

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

Syntax

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

Property Value

Type: Int32

Remarks

Windows 7 and later: This property is available.

See Also