CtcObjectBasePersistedTag 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
SyntaxPublic Property PersistedTag As Byte()
Get
Set
public byte[] PersistedTag { get; set; }
Property Value
Type:
Byte
RemarksBest practice is to store the result byte stream of your serialized object.
See Also