'Declaration Public Property ISOSpeedRatings As ImGearXMPSeq(Of ImGearXMPInteger)
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPSeq(Of ImGearXMPInteger) instance.ISOSpeedRatings = value value = instance.ISOSpeedRatings
public ImGearXMPSeq<ImGearXMPInteger> ISOSpeedRatings {get; set;}
public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_ISOSpeedRatings(); public: __property void set_ISOSpeedRatings( ImGearXMPSeq<ImGearXMPInteger*>* value );
public: property ImGearXMPSeq<ImGearXMPInteger^>^ ISOSpeedRatings { ImGearXMPSeq<ImGearXMPInteger^>^ get(); void set ( ImGearXMPSeq<ImGearXMPInteger^>^ value); }