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