RasEntry.CustomDialDll Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the path for the dynamic link library (DLL) that implements the custom-dialing functions.

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

Syntax

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

Property Value

Type: String

See Also