Sets 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 void SetData(
byte[] data
)
Public Sub SetData (
data As Byte()
)
public:
void SetData(
array<unsigned char>^ data
)
member SetData :
data : byte[] -> unit
Parameters
- data
- Type: SystemByte
The data associated with this record.
See Also