WebUIDevicePairingActivatedEventArgs.DeviceInformation Property

Definition

Gets info about the device that triggered the operation.

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

Property Value

Info about the device that triggered the operation.

Implements

Applies to