DevicePairingRequestedEventArgs.Pin 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 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
The pin associated with a pairing request.