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