Parsing XML file using C#

Hello ,

      I am new to .net(C#) programing.
      I need some help in my coding , from experts.
      I have the following Xml file,

Ex :
<propertybag name=“test” type=“a” flags=“0”>
<property name=“help” type=“String” flags=“0” />
<property name=“path” type=“String” flags=“0”>/abc</property>
<propertyname="url"type="String"flags=“0”>/abc1/Samlple.xml</property>
<property name=“icon” type=“String” flags=“0” />
</propertybag>

     Here i want to parse the Xml file till property name = "path" and wants to fetch the "abc" value from that element and same for bellow line.

     Please help me out of this, i got stucked here....
     i can tell that what method i used..

Expecting your precious reply !!!

Thanks in advance,
Anjali…:devious: