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