'Declaration Public Property RenditionOf As ImGearXMPResourceReference
'Usage Dim instance As ImGearMediaManagementXMPMetadata Dim value As ImGearXMPResourceReference instance.RenditionOf = value value = instance.RenditionOf
public ImGearXMPResourceReference RenditionOf {get; set;}
public: __property ImGearXMPResourceReference* get_RenditionOf(); public: __property void set_RenditionOf( ImGearXMPResourceReference* value );
public: property ImGearXMPResourceReference^ RenditionOf { ImGearXMPResourceReference^ get(); void set ( ImGearXMPResourceReference^ value); }