Declaration
Visual C#:
string GetModel();
Visual C++:
CString GetModel();
Visual Basic:
Private Sub GetModel As String
Delphi:
function GetModel : String;
Return Value
Return the model if the operation was successful; otherwise return empty.
Remarks
Read the model of the device.
See Also