다음을 통해 공유


BackupSetInfo.BackupFinishedDate Property

Definition

Gets or sets date and time that the backup operation finished

[Newtonsoft.Json.JsonProperty(PropertyName="backupFinishedDate")]
public DateTimeOffset? BackupFinishedDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupFinishedDate")>]
member this.BackupFinishedDate : Nullable<DateTimeOffset> with get, set
Public Property BackupFinishedDate As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to