The last modification date and time of the attachment. Uses the standard date format which closely follows that of the international standard ASN.1 (Abstract Syntax Notation One), defined in ISO/IEC 8824.
Syntax
public string ModificationDate {get; set;}
public: __property string* get_ModificationDate();
public: __property void set_ModificationDate(
string* value
);
'Declaration
Public Property ModificationDate As String
'Usage
Dim instance As PdfDocumentAttachment
Dim value As String
instance.ModificationDate = value
value = instance.ModificationDate
See Also