ByteCollection.Bytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]