IResultQueryItems Property |
Gets the original
Query arguments.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxDictionary<string, Object> QueryItems { get; }
ReadOnly Property QueryItems As Dictionary(Of String, Object)
Get
property Dictionary<String^, Object^>^ QueryItems {
Dictionary<String^, Object^>^ get ();
}
Property Value
DictionaryString,
Object
The original
Query arguments.
Remarks
Return the original
Query arguments.
See Also