'Declaration Public Property SupplementalCategories As ImGearXMPBag(Of ImGearXMPString)
'Usage Dim instance As ImGearPhotoshopXMPMetadata Dim value As ImGearXMPBag(Of ImGearXMPString) instance.SupplementalCategories = value value = instance.SupplementalCategories
public ImGearXMPBag<ImGearXMPString> SupplementalCategories {get; set;}
public: __property ImGearXMPBag<ImGearXMPString*>* get_SupplementalCategories(); public: __property void set_SupplementalCategories( ImGearXMPBag<ImGearXMPString*>* value );
public: property ImGearXMPBag<ImGearXMPString^>^ SupplementalCategories { ImGearXMPBag<ImGearXMPString^>^ get(); void set ( ImGearXMPBag<ImGearXMPString^>^ value); }