VectorData.Bytes 屬性

定義

取得或設定向量資料。

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()

屬性值

Byte[]

向量資料。

適用於