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