DevicePairingActivatedEventArgs.DeviceInformation Property

Definition

Gets the DeviceInformation object for the device object that is being paired.

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

Property Value

The information of the device object.

Implements

Applies to