CustomJsonProperty<TOwner>.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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