RasConnection.Device Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the device through which the connection has been established.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasDevice Device { get; }
Visual Basic
Public ReadOnly Property Device As RasDevice
	Get
Visual C++
public:
property RasDevice^ Device {
	RasDevice^ get ();
}
F#
member Device : RasDevice with get

Property Value

Type: RasDevice

See Also