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