Partager via


DatabaseBackupInfo.BackupFiles Property

Definition

Gets the list of backup files for the current database.

[Newtonsoft.Json.JsonProperty(PropertyName="backupFiles")]
public System.Collections.Generic.IList<string> BackupFiles { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupFiles")>]
member this.BackupFiles : System.Collections.Generic.IList<string>
Public ReadOnly Property BackupFiles As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to