OcpDisplayInfoLineData Property
|
Dictionary containing the individual OCP line data.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public Dictionary<int, OcpLine> LineData { get; set; }
Public Property LineData As Dictionary(Of Integer, OcpLine)
Get
Set
public:
property Dictionary<int, OcpLine^>^ LineData {
Dictionary<int, OcpLine^>^ get ();
void set (Dictionary<int, OcpLine^>^ value);
}
Property Value
Type:
DictionaryInt32,
OcpLineRemarks - Key = OCP line number (0-6)
- Value = instance of OcpLine
See Also