Share via


DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation Property

Definition

Gets the primary device/endpoint of the set. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property.

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

Property Value

An object representing the primary device/endpoint of the set.

Remarks

In the case of Bluetooth LE, if you'd started by pairing the left earbud, then ParentDeviceInformation would be that earbud.

In the case of IPP, if you'd you started pairing the WSD device (and added the others), then ParentDeviceInformation would be the WSD device.

Applies to

See also