RasEntry.PrerequisiteEntryName Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the entry name that will be dialed from the prerequisite phone book.

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

Syntax

C#
public string PrerequisiteEntryName { get; set; }
Visual Basic
Public Property PrerequisiteEntryName As String
	Get
	Set
Visual C++
public:
property String^ PrerequisiteEntryName {
	String^ get ();
	void set (String^ value);
}
F#
member PrerequisiteEntryName : string with get, set

Property Value

Type: String

Remarks

This member is only used for virtual private network (VPN) connections.

Windows XP and later: This property is available.

See Also