Click or drag to resize
NoticetypeListFindByFenlmc Method
按照分类名称查找提示类别。

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

Parameters

value
Type: SystemString
查找值。

Return Value

Type: Noticetype
查找到的提示类别,如果未查找到则为 null。
See Also