RasDevice.DeviceType Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the type of the device.

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

Syntax

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

Property Value

Type: RasDeviceType

Remarks

See RasDeviceType for possible values.

See Also