public Dictionary<string, Object?> Request { get; }Public ReadOnly Property Request As Dictionary(Of String, Object)
Getpublic:
property Dictionary<String^, Object^>^ Request {
Dictionary<String^, Object^>^ get ();
}member Request : Dictionary<string, Object> with get