'Declaration Public Property ImageLength As ImGearXMPInteger
'Usage Dim instance As ImGearTIFFXMPMetadata Dim value As ImGearXMPInteger instance.ImageLength = value value = instance.ImageLength
public ImGearXMPInteger ImageLength {get; set;}
public: __property ImGearXMPInteger* get_ImageLength(); public: __property void set_ImageLength( ImGearXMPInteger* value );
public: property ImGearXMPInteger^ ImageLength { ImGearXMPInteger^ get(); void set ( ImGearXMPInteger^ value); }