RasEapOptionsConverter Class
From DotRas SDK
Provides methods to convert a RasEapOptions instance from one data type to another. Access this class through the TypeDescriptor object.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public class RasEapOptionsConverter : TypeConverter |
| Visual Basic |
|---|
Public Class RasEapOptionsConverter Inherits TypeConverter |
| Visual C++ |
|---|
public ref class RasEapOptionsConverter : public TypeConverter |
| F# |
|---|
type RasEapOptionsConverter = class inherit TypeConverter end |
Inheritance Hierarchy
See Also