ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / Genre Property




In This Topic
Genre Property
In This Topic
Gets or sets Genre property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Genre As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.Genre = value
 
value = instance.Genre

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies name of the genre.
See Also