Share via


ODataBatchOperationHeaders.Item[String] Property

Definition

Gets or sets the element with the specified key.

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

Parameters

key
String

The key of the element to get or set.

Property Value

The element with the specified key.

Applies to