ImageGear v26.0 - Updated
Genre Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : Genre Property
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
public ImGearXMPString Genre {get; set;}
public: __property ImGearXMPString* get_Genre();
public: __property void set_Genre( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Genre {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.