Share via


BackupSetInfo.BackupStartDate Property

Definition

Gets or sets date and time that the backup operation began

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to