XML Serilaization to Objects

Posted by Emil under C# on 6/21/2013 | Points: 10 | Views : 1577 | Status : [Member] | Replies : 0
When serializing the XML using Class
class abc
{
[XmlElement("SomeTag")]
public string def{get;set;}
}

"SomeTag" value needs to pick it from some config value

when i try to assign the "SomeTag" value with some varibale value
it tells that it needs some constants
How can i achieve this




Responses

(No response found.)

Login to post response