DevicePairingRequestedEventArgs.PairingKind 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 kind of pairing associated with this pairing event.
public:
property DevicePairingKinds PairingKind { DevicePairingKinds get(); };
DevicePairingKinds PairingKind();
public DevicePairingKinds PairingKind { get; }
var devicePairingKinds = devicePairingRequestedEventArgs.pairingKind;
Public ReadOnly Property PairingKind As DevicePairingKinds
Property Value
The kind of pairing used for this pairing request. Exactly one of the DevicePairingKinds bits will be set.