Group: StrataFrame Users
Posts: 77,
Visits: 470
|
Is there a way to use a BO as a property on a class and read the data? I thought I saw a constuct like string pn = ((this.LightBOname)+".light_com_port");
where LightBOName is a property on the subclass of System.IO.Ports.SerialPort
pn is assigned the string "LightBO1.light_com_port" instead of Com9.
|