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