AzureStorageContainer.LastModified Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
last modified of CloudBlobContainer
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="LastModified", Position=2, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public DateTimeOffset? LastModified { get; }
public DateTimeOffset? LastModified { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="LastModified", Position=2, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.LastModified : Nullable<DateTimeOffset>
member this.LastModified : Nullable<DateTimeOffset>
Public ReadOnly Property LastModified As Nullable(Of DateTimeOffset)
Property Value
- Attributes