Click or drag to resize

exeAppendBasesetData Method (String, PropertyCollectionExtended)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the data.

Namespace:  imbSCI.Reporting.script.exeAppenders
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public IExeAppend setData(
	string key,
	PropertyCollectionExtended _data
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
_data
Type: imbSCI.Core.collectionPropertyCollectionExtended
The data.

Return Value

Type: IExeAppend

Implements

IExeAppendsetData(String, PropertyCollectionExtended)
See Also