aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.SystemInfo/SystemObjectProperty.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.SystemInfo/SystemObjectProperty.cs')
-rw-r--r--Software/Visual_Studio/Tango.SystemInfo/SystemObjectProperty.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.SystemInfo/SystemObjectProperty.cs b/Software/Visual_Studio/Tango.SystemInfo/SystemObjectProperty.cs
new file mode 100644
index 000000000..c2d04e2a5
--- /dev/null
+++ b/Software/Visual_Studio/Tango.SystemInfo/SystemObjectProperty.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace Tango.SystemInfo
+{
+ public class SystemObjectProperty
+ {
+ public String Name { get; set; }
+ public String Value { get; set; }
+ }
+}