https://www.emgu.com/wiki/index.php/Emgu_TF
Get the name of the device this operation runs on
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic string Device { get; }
Public ReadOnly Property Device As String
Get
public:
property String^ Device {
String^ get ();
}
member Device : string with get
Property Value
Type:
String
See Also