Click or drag to resize
PropertyAccessorSetValue Method
设置属性值

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

Parameters

instance
Type: SystemObject

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

memberName
Type: SystemString

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

newValue
Type: SystemObject

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

See Also