Click or drag to resize
DynamicJsonObjectHasMember Method
Determine if this object contains 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 bool HasMember(
	string key
)

Parameters

key
Type: SystemString
The member to search for

Return Value

Type: Boolean
true if it is present, false otherwise
See Also