Click or drag to resize
ProductSetPdesc Method
设置描述。

支持链式操作。

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

Parameters

value
Type: SystemString
描述值。

Return Value

Type: Product
当前产品。
See Also