Account.Properties Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("properties")]
[System.Text.Json.Serialization.JsonPropertyOrder(6)]
public System.Collections.Generic.Dictionary<string,object>? Properties { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("properties")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(6)>]
member this.Properties : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Properties As Dictionary(Of String, Object)

Property Value

Attributes

Applies to