VectorData.Bytes Property

Definition

Gets or sets the vector data.

public:
 property cli::array <System::Byte> ^ Bytes { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Bytes { get; set; }
member this.Bytes : byte[] with get, set
Public Property Bytes As Byte()

Property Value

Byte[]

The vector data.

Applies to