Share via


DeviceWatcherEvent.DeviceInformation Property

Definition

Gets the information for the device associated with the DeviceWatcherEvent.

public:
 property DeviceInformation ^ DeviceInformation { DeviceInformation ^ get(); };
DeviceInformation DeviceInformation();
public DeviceInformation DeviceInformation { get; }
var deviceInformation = deviceWatcherEvent.deviceInformation;
Public ReadOnly Property DeviceInformation As DeviceInformation

Property Value

The information for the added, removed, or updated device.

Applies to