C#
C++
F#
VB
CopyState.CompletionTime Property
CopyState::CompletionTime Property
CopyState.CompletionTime Property
CopyState.CompletionTime Property
Gets the time the copy operation completed, and indicates whether completion was due to a successful copy, the cancelling of the operation, or a failure.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<DateTimeOffset> CompletionTime { Nullable<DateTimeOffset> get(); internal: void set(Nullable<DateTimeOffset> value); }
Public Property CompletionTime As Nullable(Of DateTimeOffset) Get Friend Set End Property
Property Value
Type: System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)A DateTimeOffset containing the completion time, or null if the operation has not completed.