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