Click or drag to resize
DialogueuserListFindByUserid Method
按照用户标识查找对话用户。

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

Parameters

value
Type: SystemString
查找值。

Return Value

Type: Dialogueuser
查找到的对话用户,如果未查找到则为 null。
See Also