Click or drag to resize

QueryFieldAttribute Constructor (String, QueryFieldFormat)

Initializes a new instance of the QueryFieldAttribute class.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public QueryFieldAttribute(
	string name,
	QueryFieldFormat format
)

Parameters

name
Type: SystemString
The name of the query field.
format
Type: Hummingbird.TestFramework.ServicesQueryFieldFormat
The format of the query field.
See Also