ImageGear .NET - Updated
LastKeywordXMP Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MicrosoftPhoto Namespace > ImGearMicrosoftPhotoXMPMetadata Class : LastKeywordXMP Property
Gets or sets LastKeywordXMP property of the MicrosoftPhoto XMP schema.
Syntax
'Declaration
 
Public Property LastKeywordXMP As ImGearXMPBag(Of ImGearXMPString)
'Usage
 
Dim instance As ImGearMicrosoftPhotoXMPMetadata
Dim value As ImGearXMPBag(Of ImGearXMPString)
 
instance.LastKeywordXMP = value
 
value = instance.LastKeywordXMP
public ImGearXMPBag<ImGearXMPString> LastKeywordXMP {get; set;}
public: __property ImGearXMPBag<ImGearXMPString*>* get_LastKeywordXMP();
public: __property void set_LastKeywordXMP( 
   ImGearXMPBag<ImGearXMPString*>* value
);
public:
property ImGearXMPBag<ImGearXMPString^>^ LastKeywordXMP {
   ImGearXMPBag<ImGearXMPString^>^ get();
   void set (    ImGearXMPBag<ImGearXMPString^>^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
See Also

Reference

ImGearMicrosoftPhotoXMPMetadata Class
ImGearMicrosoftPhotoXMPMetadata Members