Plugin SDK

queries Property

Holds the queries from the last request. Can be used to see if any queries were added to the URL
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)

Syntax

C#

public static Dictionary<string, string> queries { get; set; }


VB

Public Shared Property queries As Dictionary(Of String, String) Get Set


Return Value

Type: Dictionary(String, String)

See Also

functions Class
Scheduler Namespace