Condividi tramite


AzureFileFilterDetails.FilePathList Property

Definition

Gets or sets list of full path of the files to be transferred.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to