B
Boni
Dear all,
if I have
<XmlElement("MULTITHREADED")> _Public m_multithreaded As Boolean
How do I get the attribute value at the run time?
I need something like
dim _attr as string=GetAttr(m_multithreaded,XmlElement)
Thanks alot,
Boni
if I have
<XmlElement("MULTITHREADED")> _Public m_multithreaded As Boolean
How do I get the attribute value at the run time?
I need something like
dim _attr as string=GetAttr(m_multithreaded,XmlElement)
Thanks alot,
Boni