Share via


JsonValue.Item[] Property

Definition

Overloads

Item[Int32]
Item[String]

Item[Int32]

public Azure.AI.Vision.Common.Internal.JsonValue this[int index] { get; }
member this.Item(int) : Azure.AI.Vision.Common.Internal.JsonValue
Default Public ReadOnly Property Item(index As Integer) As JsonValue

Parameters

index
Int32

Property Value

Applies to

Item[String]

public Azure.AI.Vision.Common.Internal.JsonValue this[string key] { get; }
member this.Item(string) : Azure.AI.Vision.Common.Internal.JsonValue
Default Public ReadOnly Property Item(key As String) As JsonValue

Parameters

key
String

Property Value

Applies to