'Declaration Public Property OECF As ImGearXMPOECFSFR
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPOECFSFR instance.OECF = value value = instance.OECF
public ImGearXMPOECFSFR OECF {get; set;}
public: __property ImGearXMPOECFSFR* get_OECF(); public: __property void set_OECF( ImGearXMPOECFSFR* value );
public: property ImGearXMPOECFSFR^ OECF { ImGearXMPOECFSFR^ get(); void set ( ImGearXMPOECFSFR^ value); }