Response.ReadLink Property

Definition

Gets the URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header.

[Newtonsoft.Json.JsonProperty(PropertyName="readLink")]
public string ReadLink { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="readLink")>]
member this.ReadLink : string
Public ReadOnly Property ReadLink As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to