DeviceInformation.Pairing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the information about the capabilities for this device to pair.
public:
property DeviceInformationPairing ^ Pairing { DeviceInformationPairing ^ get(); };
DeviceInformationPairing Pairing();
public DeviceInformationPairing Pairing { get; }
var deviceInformationPairing = deviceInformation.pairing;
Public ReadOnly Property Pairing As DeviceInformationPairing
Property Value
The pairing information for this device.