Click or drag to resize
ProductSetPname Method
设置产品名称。

支持链式操作。

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

Parameters

value
Type: SystemString
产品名称值。

Return Value

Type: Product
当前产品。
See Also