C#
C++
F#
VB
BlobProperties.LastModified Property
BlobProperties::LastModified Property
BlobProperties.LastModified Property
BlobProperties.LastModified Property
Gets the the last-modified time for the blob, expressed as a UTC value.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<DateTimeOffset> LastModified { Nullable<DateTimeOffset> get(); internal: void set(Nullable<DateTimeOffset> value); }
Property Value
Type: System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)A DateTimeOffset containing the blob's last-modified time, in UTC format.