I want to create
public object Value { get; set; }
public Type Type { get; set; }
public string Name { get; set; }
public string "user has to give propertyname" {get;set;}
at run time as per user requirement . Is it possible to do this in Csharp Using Expandos or Dynamics . I am asking that if i want to set property name in runtime line
public string "user has to give propertyname" {get;set;} .it must be from xml r sql but i want to set property name in runtime.