Gets or sets the name of the callback function for the customized AutoDial handler.
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.")]
public string AutoDialFunc { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This member is no longer used.")>
Public Property AutoDialFunc As String
Get
Set |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"This member is no longer used.")]
property String^ AutoDialFunc {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
[<ObsoleteAttribute("This member is no longer used.")>]
member AutoDialFunc : string with get, set
|
Property Value
Type:
String
See Also