[]
Gets or sets a custom inner XML.
public string InnerXML { get; set; }
Type | Description |
---|---|
string | A string value indicating the custom XML content. |
Custom customElement = new Custom();
customElement.InnerXML = "<CustomProperty>Value</CustomProperty>";