Share via


DevicePairingRequestedEventArgs.PairingKind Property

Definition

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.

Applies to