Click or drag to resize
FiltertacheSetFlow_name Method
设置流程名称。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Filtertache SetFlow_name(
	string value
)

Parameters

value
Type: SystemString
流程名称值。

Return Value

Type: Filtertache
当前条件筛选环节。
See Also