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