I'm writing opc client, using .NET API from opc foundation.
In samples I only see, where item's names are hardcoded like:
items[0] = new Opc.Da.Item();
items[0].ItemName = "blahblahblah";
What I want, is not to write names of all items by my hands. I want to load all items from server, into tree for example. How can I do it?