ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MicrosoftPhoto Namespace / ImGearMicrosoftPhotoXMPMetadata Class / LastKeywordXMP Property




In This Topic
LastKeywordXMP Property
In This Topic
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

Property Value

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