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