Gets or sets the ID which will be assigned to the item in the cache. It must be a unique ID value for each item. The ID must be 1 to 8 alphanumeric [A-Z][0-9] characters long. If it's empty, then a random ID will be assigned automatically at runtime. Default value is an empty string

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public string CacheItemId { get; set; }
Visual Basic
Public Property CacheItemId As String
	Get
	Set
Visual C++
public:
property String^ CacheItemId {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also