Gets the parameters set for this context.
| C# | Visual Basic | Visual C++ |
public IndexedDictionary<string, string> Parameters { get; }
Public ReadOnly Property Parameters As IndexedDictionary(Of String, String)
public: property IndexedDictionary<String^, String^>^ Parameters { IndexedDictionary<String^, String^>^ get (); }
The parameters of this context.
