Click or drag to resize

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
C#
public override bool TryGetMember(
	GetMemberBinder binder,
	out Object result
)

Parameters

binder  GetMemberBinder
Get member operation.
result  Object
The value if found, otherwise, null.

Return Value

Boolean
True if found, otherwise, false.
See Also