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