Hi
I'm sure this is obvious but I’m having difficulty getting access to the following properties in a System.Xml.XmlElement object.
#text Property System.String #text {get;set;}
and
keywords-utf8 Property System.Xml.XmlElement keywords-utf8 {get;}
In both cases I get an error when I try to reference these properties one like this
"Missing property name after reference operator."
the other like this
"You must provide a value expression on the right-hand side of the '-' operator."
I guess in both cases this is because the property has a reserved character but I have tried escaping with the back tick with no luck
Any help would be great
Just adding the text below to help indexing
pound sign #
dash, minus sign -