HeaderDictionary.IDictionary<String,String[]>.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.
Throws KeyNotFoundException if the key is not present.
string[] System.Collections.Generic.IDictionary<System.String,System.String[]>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,System.String[]>.Item(string) : string[] with get, set
Property Item(key As String) As String() Implements IDictionary(Of String, String()).Item
Parameters
- key
- String
The header name.
Property Value
String[]