public byte[]? FileData { get; set; }Public Property FileData As Byte()
Get
Setpublic:
property array<unsigned char>^ FileData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_FileData();
function set_FileData(value);