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