RasEntry.IdleDisconnectSeconds Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the number of seconds after which the connection is terminated due to inactivity.

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

Syntax

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

Property Value

Type: Int32

Remarks

See the RasIdleDisconnectTimeout class for possible values.

See Also