Click or drag to resize
DynamicJsonObjectTryGetMember Method
Try to get the specified member

Namespace: Rally.RestApi.Json
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public override bool TryGetMember(
	GetMemberBinder binder,
	out Object result
)

Parameters

binder
Type: System.DynamicGetMemberBinder
The member to get
result
Type: SystemObject
The value

Return Value

Type: Boolean
true if successful, false otherwise
See Also