'Declaration Public Property ExifVersion As Byte()
'Usage Dim instance As ImGearEXIFMetadata Dim value() As Byte instance.ExifVersion = value value = instance.ExifVersion
public byte[] ExifVersion {get; set;}
public: __property byte[]* get_ExifVersion(); public: __property void set_ExifVersion( byte[]* value );
public: property array<byte>^ ExifVersion { array<byte>^ get(); void set ( array<byte>^ value); }