Dictionary<string, Object> ResponseInfo { get; }
ReadOnly Property ResponseInfo As Dictionary(Of String, Object)
Get
property Dictionary<String^, Object^>^ ResponseInfo {
Dictionary<String^, Object^>^ get ();
}
abstract ResponseInfo : Dictionary<string, Object> with get