RasEapOptionsConverter Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

System..::..Object
  System.ComponentModel..::..TypeConverter
    DotRas..::..RasEapOptionsConverter

See Also