Share via


DevicePairingRequestedEventArgs.Pin Property

Definition

Gets the pin associated with a pairing request.

public:
 property Platform::String ^ Pin { Platform::String ^ get(); };
winrt::hstring Pin();
public string Pin { get; }
var string = devicePairingRequestedEventArgs.pin;
Public ReadOnly Property Pin As String

Property Value

String

Platform::String

winrt::hstring

The pin associated with a pairing request.

Applies to