DynamicDataObjectTryGetMember Method
|
Get the value of object.
Namespace:
Casewhere.SystemTypes
Assembly:
Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override bool TryGetMember(
GetMemberBinder binder,
out Object result
)
Parameters
- binder
- Type: System.DynamicGetMemberBinder
Get member operation. - result
- Type: SystemObject
The value if found, otherwise, null.
Return Value
Type:
BooleanTrue if found, otherwise, false.
See Also