Click or drag to resize
DialogueuserSetUsername Method
设置用户名称。

支持链式操作。

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

Parameters

value
Type: SystemString
用户名称值。

Return Value

Type: Dialogueuser
当前对话用户。
See Also