RasEntry.DialExtraSampleSeconds Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the number of seconds the number of seconds before additional subentries are connected.

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

Syntax

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

Property Value

Type: Int32

Remarks

This member is ignored unless DialMode sets the DialAsNeeded flag.

See Also