Skip to main content
A newer version of this page is available. .

HeaderParameter(String, Object) Constructor

Initializes a new instance of the HeaderParameter class with the specified parameter name and parameter value.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public HeaderParameter(
    string name,
    object value
)

Parameters

Name Type Description
name String

The parameter’s name.

value Object

The parameter’s value.

See Also