CloudFileShare.SnapshotTime Property

Definition

Gets the date and time that the share snapshot was taken, if this share is a snapshot.

public DateTimeOffset? SnapshotTime { get; }
member this.SnapshotTime : Nullable<DateTimeOffset>
Public ReadOnly Property SnapshotTime As Nullable(Of DateTimeOffset)

Property Value

A DateTimeOffset containing the share's snapshot time if the share is a snapshot; otherwise, null.

Remarks

If the share is not a snapshot, the value of this property is null.

Applies to