Click or drag to resize

QueryVariable Constructor (QueryVariableVariableType, String, String)

Initializes a new instance of the QueryVariable class

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public QueryVariable(
	QueryVariableVariableType type,
	string name,
	string value
)

Parameters

type
Type: Dynamicweb.DataManagementQueryVariableVariableType
name
Type: SystemString
value
Type: SystemString
See Also