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