Gets or sets the path to the custom-dial DLL.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This member is no longer used. The CustomDialDll property should be used instead.")]
public string AutoDialDll { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This member is no longer used. The CustomDialDll property should be used instead.")>
Public Property AutoDialDll As String
Get
Set |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"This member is no longer used. The CustomDialDll property should be used instead.")]
property String^ AutoDialDll {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
[<ObsoleteAttribute("This member is no longer used. The CustomDialDll property should be used instead.")>]
member AutoDialDll : string with get, set
|
Property Value
Type:
String
See Also