GenericResource.Properties Property

Definition

The resource properties.

[System.Text.Json.Serialization.JsonPropertyName("properties")]
public System.Text.Json.JsonElement? Properties { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("properties")>]
member this.Properties : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Properties As Nullable(Of JsonElement)

Property Value

Attributes

Applies to