snippets / Set Comos Workload XML

Language: C# - First posted by qrist0ph on 2008-04-30 13:39 (5 months, 1 week)
Link to the snippet: http://www.friendsnippets.org/snippet/271/

.

1  System.Collections.ICollection col = this.GetSpecificationCollection("RES.ADDR");
2 foreach (IComosDSpecification e in col)
3 {
4 e.XMLString = s;
5 //WrapperDebug.WriteLine("Arbeitszeit " + e.XMLString);
6 }
In order to post a comment, you should have a friendsnippet account. Please sign-in.

0 comments

Apr '08

Common Tags



snippet History

Apr '08