ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback