Click or drag to resize
AkObjectGetValue Method
获取属性的值。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public Object GetValue(
	string propName
)

Parameters

propName
Type: SystemString
属性名称。

Return Value

Type: Object
属性值,当指定名称的属性不存在时为 null。
See Also