Share via


DevicePairingRequestedEventArgs.DeviceInformation Property

Definition

Gets the DeviceInformation object associated with this pairing request.

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

Property Value

The DeviceInformation object associated with this pairing request.

Applies to