RasEntry.DialExtraPercent Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the percent of total bandwidth that must be used before additional subentries are dialed.

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

Syntax

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

Property Value

Type: Int32

Remarks

This member is ignored unless DialMode sets the DialAsNeeded flag.

See Also