[Missing <summary> documentation for "P:X3Platform.Ajax.Json.JsonObject.Item(System.String)"]
Namespace: X3Platform.Ajax.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Object this[
string key
] { get; }
public:
property Object^ default[String^ key] {
Object^ get (String^ key);
}
Parameters
- key
- Type: SystemString
Property Value
Type:
Object
See Also