Click or drag to resize

dataProviderToolssetSystemStatus Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the system status.

Namespace:  imbSCI.Reporting.meta.data
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static PropertyCollection setSystemStatus(
	this PropertyCollection data,
	string log,
	bool completeRefresh = false
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
The data.
log
Type: SystemString
The log.
completeRefresh (Optional)
Type: SystemBoolean
if set to true [complete refresh].

Return Value

Type: PropertyCollection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also