AWS SDK for .NET Documentation
TestExpression Method (expression)
AmazonAmazon.Runtime.Internal.TransformJsonUnmarshallerContextTestExpression(String) Did this page help you?   Yes   No    Tell us about it...
Tests the specified expression against the current position in the json document
Declaration Syntax
C#
public bool TestExpression(
	string expression
)
Parameters
expression (String)
The pseudo-XPath expression to test.
Return Value
True if the expression matches the current position in the document, false otherwise.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)