Resource<TProperties>.Kind Property

Definition

Gets or sets the kind of the resource definition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to