BlobContainerProperties.LastModified Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobContainerProperties.LastModified Property
BlobContainerProperties::LastModified Property
BlobContainerProperties.LastModified Property
BlobContainerProperties.LastModified Property
Gets the container's last-modified time.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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 container's last-modified time, in UTC format.
Return to top
Gets the container's last-modified time.
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 container's last-modified time, in UTC format.