ContractualRulesMediaAttribution.Url Property

Definition

Gets the URL that you use to create of hyperlink of the media content. For example, if the target is an image, you would use the URL to make the image clickable.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to