'Declaration Public Property FreeByteCounts As UInteger()
'Usage Dim instance As ImGearTIFFMetadata Dim value() As UInteger instance.FreeByteCounts = value value = instance.FreeByteCounts
public uint[] FreeByteCounts {get; set;}
public: __property uint[]* get_FreeByteCounts(); public: __property void set_FreeByteCounts( uint[]* value );
public: property array<uint>^ FreeByteCounts { array<uint>^ get(); void set ( array<uint>^ value); }