OnlySelectedTerminals Property
Gets/Sets if the re-addressing process affects all PLC terminals in the project or just the selected ones.
public bool OnlySelectedTerminals {get; set;}
public:
property bool OnlySelectedTerminals {
bool get();
void set ( bool value);
}