RasAutoDialManager Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Provides methods to interact with the remote access service (RAS) 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#
public sealed class RasAutoDialManager : Component
Visual Basic
Public NotInheritable Class RasAutoDialManager
	Inherits Component
Visual C++
public ref class RasAutoDialManager sealed : public Component
F#
[<SealedAttribute>]
type RasAutoDialManager =  
    class
        inherit Component
    end

Inheritance Hierarchy

See Also