Value

Value class

Value.

public class Value : ICloneable

Properties

Name Description
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

Name Description
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