Resource<TProperties>.Properties Property

Definition

Gets or sets the properties.

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

Property Value

TProperties
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to