'Declaration Public Property Flash As ImGearXMPFlash
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPFlash instance.Flash = value value = instance.Flash
public ImGearXMPFlash Flash {get; set;}
public: __property ImGearXMPFlash* get_Flash(); public: __property void set_Flash( ImGearXMPFlash* value );
public: property ImGearXMPFlash^ Flash { ImGearXMPFlash^ get(); void set ( ImGearXMPFlash^ value); }