RasAutoDialEntry Class
From DotRas SDK
Represents an entry associated with a network address in the AutoDial mapping database. This class cannot be inherited.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class RasAutoDialEntry |
| Visual Basic |
|---|
<SerializableAttribute> Public NotInheritable Class RasAutoDialEntry |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RasAutoDialEntry sealed |
| F# |
|---|
[<SealedAttribute>] [<SerializableAttribute>] type RasAutoDialEntry = class end |
Inheritance Hierarchy
See Also