Click or drag to resize
PropertyAccessorGetValue Method
获取属性值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Object GetValue(
	Object instance,
	string memberName
)

Parameters

instance
Type: SystemObject

[Missing <param name="instance"/> documentation for "M:Adf.PropertyAccessor.GetValue(System.Object,System.String)"]

memberName
Type: SystemString

[Missing <param name="memberName"/> documentation for "M:Adf.PropertyAccessor.GetValue(System.Object,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Adf.PropertyAccessor.GetValue(System.Object,System.String)"]

See Also