Share via


BackupRestoreFiles.FileList Property

Definition

Gets or sets list of files to be restored

[Newtonsoft.Json.JsonProperty(PropertyName="fileList")]
public System.Collections.Generic.IList<string> FileList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileList")>]
member this.FileList : System.Collections.Generic.IList<string> with get, set
Public Property FileList As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to