summaryrefslogtreecommitdiff
path: root/IvyControl/IvyControl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IvyControl/IvyControl.cs')
-rw-r--r--IvyControl/IvyControl.cs13
1 files changed, 12 insertions, 1 deletions
diff --git a/IvyControl/IvyControl.cs b/IvyControl/IvyControl.cs
index 20b43be..47dfd8c 100644
--- a/IvyControl/IvyControl.cs
+++ b/IvyControl/IvyControl.cs
@@ -183,7 +183,18 @@ namespace IvyBus
}
-
+#if (!PocketPC)
+ [Category("Ivy")]
+#endif
+ public bool IpV6
+ {
+ get
+ {
+ return ivy.IpV6;
+ }
+
+ }
+
/// <summary>AppName the application name</summary>
#if (!PocketPC)