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