InteroperabilityVersion Property
Gets or sets InteroperabilityVersion Tag value.
public byte[] InteroperabilityVersion {get; set;}
public: __property byte[]* get_InteroperabilityVersion();
public: __property void set_InteroperabilityVersion(
byte[][]* value
);
'Declaration
Public Property InteroperabilityVersion As Byte()
'Usage
Dim instance As ImGearEXIFInteropMetadata
Dim value() As Byte
instance.InteroperabilityVersion = value
value = instance.InteroperabilityVersion
Property Value
Array of bytes.