Share via


DeviceChangedEventArgs.Device Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the DeviceInfo for an event.

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

Syntax

'Declaration
Public ReadOnly Property Device As DeviceInfo
public DeviceInfo Device { get; }
public:
property DeviceInfo^ Device {
    DeviceInfo^ get ();
}
/** @property */
public DeviceInfo get_Device ()
public function get Device () : DeviceInfo

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

DeviceChangedEventArgs Class
DeviceChangedEventArgs Members
Microsoft.PointOfService Namespace