RasDialOptions Class
From DotRas SDK
Represents options for dialing a remote access service (RAS) entry. This class cannot be inherited.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] [TypeConverterAttribute(typeof(RasDialOptionsConverter))] public sealed class RasDialOptions |
| Visual Basic |
|---|
<SerializableAttribute> <TypeConverterAttribute(GetType(RasDialOptionsConverter))> Public NotInheritable Class RasDialOptions |
| Visual C++ |
|---|
[SerializableAttribute] [TypeConverterAttribute(typeof(RasDialOptionsConverter))] public ref class RasDialOptions sealed |
| F# |
|---|
[<SealedAttribute>] [<SerializableAttribute>] [<TypeConverterAttribute(typeof(RasDialOptionsConverter))>] type RasDialOptions = class end |
Inheritance Hierarchy
See Also