Click or drag to resize
DynamicJsonObjectItem Property
Get the value of 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 Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The member to retrieve

Return Value

Type: Object
The value of the specified member
See Also