Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public byte[] PersistedTag { get; set; }
Visual Basic
Public Property PersistedTag As Byte()
	Get
	Set

Remarks

Best practice is to store the result byte stream of your serialized object.

See Also