InnerXML Property (Custom)
Gets or sets a custom inner XML.
public string InnerXML {get; set;}
'Declaration
Public Property InnerXML As String
Property Value
A
System.String value indicating the custom XML content.
Custom customElement = new Custom();
customElement.InnerXML = "<CustomProperty>Value</CustomProperty>";