//General information about a QLab Workspace using System; namespace qController { public class QInfo { public string version { get; set; } public string displayName { get; set; } public string uniqueID { get; set; } public bool hasPasscode { get; set; } } }