LineDisplayStatisticsCategorySelector.UnifiedPosStatistics Property

Definition

Retrieves UnifiedPOS statistics when provided to ClaimedLineDisplay.GetStatisticsAsync(IEnumerable<String)>.

public:
 property Platform::String ^ UnifiedPosStatistics { Platform::String ^ get(); };
winrt::hstring UnifiedPosStatistics();
public string UnifiedPosStatistics { get; }
var string = lineDisplayStatisticsCategorySelector.unifiedPosStatistics;
Public ReadOnly Property UnifiedPosStatistics As String

Property Value

String

Platform::String

winrt::hstring

The UnifiedPOS value for retrieving UnifiedPOS statistics from a device.

Remarks

ClaimedLineDisplay.GetStatisticsAsync(IEnumerable<String)>

Applies to