Click or drag to resize

CtcServicePersistedTag Property

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: 4.0.8678.28884
Syntax
Public Shared Property PersistedTag As Byte()
	Get
	Set

Property Value

Type: Byte
Remarks
Best practice is to store the result byte stream of your serialized object.
See Also