RasEntryOptions.PromoteAlternates Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether alternate numbers are promoted to the primary number when connected successfully.

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

Syntax

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

Property Value

Type: Boolean

Remarks

This option corresponds to the Move successful numbers to the top of the list checkbox in the AlterNate Phone Numbers dialog box.

See Also