ImageGear .NET v24.12 - Updated
DateAcquired Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MicrosoftPhoto Namespace > ImGearMicrosoftPhotoXMPMetadata Class : DateAcquired Property
Gets or sets DateAcquired property of the MicrosoftPhoto XMP schema.
Syntax
'Declaration
 
Public Property DateAcquired As ImGearXMPDate
'Usage
 
Dim instance As ImGearMicrosoftPhotoXMPMetadata
Dim value As ImGearXMPDate
 
instance.DateAcquired = value
 
value = instance.DateAcquired
public ImGearXMPDate DateAcquired {get; set;}
public: __property ImGearXMPDate* get_DateAcquired();
public: __property void set_DateAcquired( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ DateAcquired {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
See Also

Reference

ImGearMicrosoftPhotoXMPMetadata Class
ImGearMicrosoftPhotoXMPMetadata Members