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[]

벡터 데이터입니다.

적용 대상