Class SolutionXML
SolutionXML class
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
public class SolutionXML : ICloneable
Constructors
Properties
| Name | Description |
|---|
| Name { get; set; } | A unique name to identify the XML data set. |
| XmlValue { get; set; } | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. |
Methods
| Name | Description |
|---|
| Clone() | Creates deep copy of this instance. |
See Also