Click or drag to resize

PropertyExpressionAdd Method (String, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Includes new property in the tree

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyExpression Add(
	string __pathPart,
	Object subhost = null
)
Request Example View Source

Parameters

__pathPart
Type: SystemString
The path part.
subhost (Optional)
Type: SystemObject

Return Value

Type: PropertyExpression
See Also