Class Value

Value class

Value.

public class Value : ICloneable

Properties

NameDescription
SolutionXML { get; set; }Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Ufev { get; set; }Specified attributes of an element.
Val { get; set; }Text value

Methods

NameDescription
Clone()Creates deep copy of this instance.
override Equals(object)Are objects equal.
override GetHashCode()Serves as a hash function for a particular type.

See Also