Share via


PosCommon.DeviceDescription Property

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim posCommon1 As PosCommon

Dim returnValue As String
returnValue = posCommon1.DeviceDescription

Syntax

'Declaration
Public MustOverride ReadOnly Property DeviceDescription() As String
public abstract string DeviceDescription {get;}
public: property virtual String^ DeviceDescription{
    String^ get();
}
public abstract System.String get_DeviceDescription();
public abstract function get DeviceDescription() : String;

Remarks

Contains a string identifying the device and the company that manufactured it. The device must be opened before this property can be read.

DeviceDescription is initialized to blank. State verification takes place in the basic and base classes for each device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
DeviceName