ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MicrosoftPhoto Namespace / ImGearMicrosoftPhotoXMPMetadata Class / DateAcquired Property




In This Topic
    DateAcquired Property
    In This Topic
    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