HardwareDeviceInfoDeviceTypeName Property |
Gets the name of the device type.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string DeviceTypeName { get; }
Public ReadOnly Property DeviceTypeName As String
Get
Dim instance As HardwareDeviceInfo
Dim value As String
value = instance.DeviceTypeName
member DeviceTypeName : string with get
/** @property */
public String get_DeviceTypeName()
function get DeviceTypeName () : String
function get_DeviceTypeName();
Property Value
Type:
String
See Also