TagDescriptionContract.ExternalDocsUrl Property

Definition

Gets or sets absolute URL of external resources describing the tag.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.externalDocsUrl")]
public string ExternalDocsUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.externalDocsUrl")>]
member this.ExternalDocsUrl : string with get, set
Public Property ExternalDocsUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to