HeaderParameterCollection.Item[String] Property
In This Article
Provides access to individual header parameters in the collection by name.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public HeaderParameter this[string headerName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
header |
String | Specifies the header parameter’s name. |
#Property Value
Type | Description |
---|---|
Header |
The header parameter that has the specified name. null (Nothing in Visual Basic) if the collection does not contain a header parameter with the specified name. |
See Also