'Declaration Public Property VideoCompressor As ImGearXMPString
'Usage Dim instance As ImGearDynamicMediaXMPMetadata Dim value As ImGearXMPString instance.VideoCompressor = value value = instance.VideoCompressor
public ImGearXMPString VideoCompressor {get; set;}
public: __property ImGearXMPString* get_VideoCompressor(); public: __property void set_VideoCompressor( ImGearXMPString* value );
public: property ImGearXMPString^ VideoCompressor { ImGearXMPString^ get(); void set ( ImGearXMPString^ value); }