Click or drag to resize
TaskitemSetTasktype Method
设置工作对象类型标识。

支持链式操作。

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

Parameters

value
Type: SystemString
工作对象类型标识值。

Return Value

Type: Taskitem
当前我的任务。
See Also