Click or drag to resize
FlowsupervisorSetSupervisor_type Method
设置监管者类型。

支持链式操作。

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

Parameters

value
Type: SystemString
监管者类型值。

Return Value

Type: Flowsupervisor
当前流程监管者。
See Also