PropertyAccessorGetValue Method |
获取属性值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Object GetValue(
Object instance,
string memberName
)
Public Shared Function GetValue (
instance As Object,
memberName As String
) As Object
public:
static Object^ GetValue(
Object^ instance,
String^ memberName
)
static member GetValue :
instance : Object *
memberName : string -> Object
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