Share via


ListPathsResponse.DownloadPaths Property

Definition

Gets or sets download Paths supported by current Streaming Locator

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to