Resource<TProperties>.Id Property

Definition

Gets or sets the id for the resource.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)]
public string Id { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to