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

NameDescription
SolutionXML()Constructor.
SolutionXML(string, string)Constructor.

Properties

NameDescription
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

NameDescription
Clone()Creates deep copy of this instance.

See Also