ImageGear .NET - Updated
AudioModDate Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : AudioModDate Property
Gets or sets AudioModDate property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property AudioModDate As ImGearXMPDate
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPDate
 
instance.AudioModDate = value
 
value = instance.AudioModDate
public ImGearXMPDate AudioModDate {get; set;}
public: __property ImGearXMPDate* get_AudioModDate();
public: __property void set_AudioModDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ AudioModDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies date and time when the audio was last modified.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members