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