ResourceBaseWithLinks<TLinks>.Links Property

Definition

Gets or sets the resource links.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public TLinks Links { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Links : 'Links with get, set
Public Property Links As TLinks

Property Value

TLinks
Attributes

Applies to