ByteCollection.Bytes Property

Definition

Gets underlying bytes stored in the collection.

public:
 property cli::array <System::Byte> ^ Bytes { cli::array <System::Byte> ^ get(); };
public:
 property Platform::Array <byte> ^ Bytes { Platform::Array <byte> ^ get(); };
public byte[] Bytes { get; }
member this.Bytes : byte[]
Public ReadOnly Property Bytes As Byte()

Property Value

Byte[]

Applies to