IBarcodeScannerPreviewActivatedEventArgs.ConnectionId 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 a connection ID used to match the service connection.
public:
property Platform::String ^ ConnectionId { Platform::String ^ get(); };
winrt::hstring ConnectionId();
public string ConnectionId { get; }
var string = iBarcodeScannerPreviewActivatedEventArgs.connectionId;
Public ReadOnly Property ConnectionId As String
Property Value
A connection ID.