LineDisplay.DeviceControlVersion 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 device control version number of the line display.
public:
property Platform::String ^ DeviceControlVersion { Platform::String ^ get(); };
winrt::hstring DeviceControlVersion();
public string DeviceControlVersion { get; }
var string = lineDisplay.deviceControlVersion;
Public ReadOnly Property DeviceControlVersion As String
Property Value
The UnifiedPOS control version number of the line display, formatted as a string. Read-only string that describes the UnifiedPOS control version number formatted as a string.