public byte[] Contents { get; set; }Public Property Contents As Byte()
Get
Setpublic:
property array<unsigned char>^ Contents {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}member Contents : byte[] with get, set