Share via


PosCommon.DeviceDescription Property

2/27/2008

Gets a string identifying the device and the company that manufactured it.

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

Syntax

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

Remarks

DeviceDescription is initialized to blank. State verification occurs 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.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
DeviceName