Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.LastModified

TElWinAzureDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies object's last modification date.

Declaration

[C#]
    DateTime LastModified;

[VB.NET]
    Property LastModified As DateTime

[Pascal]
    property LastModified : TDateTime;

[C++]
    int64_t get_LastModified();

[PHP]
    DateTime get_LastModified()

[Java]
    Date getLastModified();

Description

    Use this read-only property to get object's last modification time and date.

See also:     ETag    

Discuss this help topic in SecureBlackbox Forum