TemplateJobJobSideInfo Property
|
Side specific job configuration information.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public Dictionary<CardSide, JobSideConfigInfo> JobSideInfo { get; set; }
Public Property JobSideInfo As Dictionary(Of CardSide, JobSideConfigInfo)
Get
Set
public:
property Dictionary<CardSide, JobSideConfigInfo^>^ JobSideInfo {
Dictionary<CardSide, JobSideConfigInfo^>^ get ();
void set (Dictionary<CardSide, JobSideConfigInfo^>^ value);
}
Property Value
Type:
DictionaryCardSide,
JobSideConfigInfoRemarks See Also