'Declaration Public Property JPEGInterchangeFormatLength As Nullable(Of UInteger)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of UInteger) instance.JPEGInterchangeFormatLength = value value = instance.JPEGInterchangeFormatLength
public Nullable<uint> JPEGInterchangeFormatLength {get; set;}
public: __property Nullable<uint> get_JPEGInterchangeFormatLength(); public: __property void set_JPEGInterchangeFormatLength( Nullable<uint> value );
public: property Nullable<uint> JPEGInterchangeFormatLength { Nullable<uint> get(); void set ( Nullable<uint> value); }