CustomJsonProperty<TOwner>.Item[String] Property

Definition

Get and set the value in the automatic aggregation options. Null denotes missing key, setting value to null means to remove the key.

public object this[string key] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(key As String) As Object

Parameters

key
String

One of the automatic aggregation options

Property Value

The value or null if the key is not present in the dictionary

Applies to