'Declaration Public Property InnerXML As String
public string InnerXML {get; set;}
Custom customElement = new Custom(); customElement.InnerXML = "<CustomProperty>Value</CustomProperty>";
Custom Class Custom Members