Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TimSmithSK
  • Content: Threads
  • Order by date
  1. TimSmithSK

    Object reference from string variable

    Given a class declaration such as: public class MyClass { public System.String prop1 { get; set; } public System.String prop2 { get; set; } } and code like: MyClass c = new MyClass(); c.prop1 = "Value of property 1"; c.prop2 = "Value of property 2"; System.String s = "MyClass.prop1"; Is...

Part and Inventory Search

Back
Top