'Declaration Public ReadOnly Property Data As Byte()
'Usage Dim instance As ImGearEmailAttachment Dim value() As Byte value = instance.Data
public byte[] Data {get;}
public: __property byte[]* get_Data();
public: property array<byte>^ Data { array<byte>^ get(); }