ConfigurationProject Property (BusTerminal)
In This Topic
Configuration project of the associated PLC box.
Syntax
public string ConfigurationProject {get; set;}
public:
property String^ ConfigurationProject {
String^ get();
void set ( String^ value);
}
See Also