Key data bytes.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public byte[] Data { get; set; }
Visual Basic
Public Property Data As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
F#
member Data : byte[] with get, set

Property Value

Type: array<Byte>[]()[][]

See Also