Gets the data associated with this record.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax Public Function GetData As Byte()
public:
array<unsigned char>^ GetData()
member GetData : unit -> byte[]
Return Value
Type:
ByteThe data associated with this record.
See Also