Share via


DeviceStatusChangedEventArgs.Device Property

2/27/2008

Gets the DeviceInfo for a status changed event.

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

Syntax

'Declaration
Public ReadOnly Property Device As Device
public Device Device { get; }
public:
property Device^ Device {
    Device^ get ();
}
/** @property */
public Device get_Device ()
public function get Device () : 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

DeviceStatusChangedEventArgs Class
DeviceStatusChangedEventArgs Members
Microsoft.PointOfService Namespace