Added Polling interval property and setting
[pithos-ms-client] / trunk / Pithos.ShellExtensions.Test / TestPithosSettings.cs
index 3e079fa..9f585e1 100644 (file)
@@ -49,6 +49,9 @@ namespace Pithos.ShellExtensions.Test
         public bool ProxyAuthentication { get; set; }
 
         public bool ExtensionsActivated { get; set; }
+
+        public int PollingInterval { get; set; }
+
         public void Save()
         {