DynamicJsonObjectItem Property |
Get the value of the specified member
Namespace: Rally.RestApi.JsonAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic Object this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Object
Get
Set
public:
property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
member Item : Object with get, set
Parameters
- key
- Type: SystemString
The member to retrieve
Return Value
Type:
ObjectThe value of the specified member
See Also