'Declaration Public Property BitsPerSample As UShort()
'Usage Dim instance As ImGearEXIFMetadata Dim value() As UShort instance.BitsPerSample = value value = instance.BitsPerSample
public ushort[] BitsPerSample {get; set;}
public: __property ushort[]* get_BitsPerSample(); public: __property void set_BitsPerSample( ushort[][]* value );
public: property array<ushort>^ BitsPerSample { array<ushort>^ get(); void set ( array<ushort>^ value); }