Click or drag to resize
XdsValue Constructor
Initializes a new instance of the XdsValue class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsValue(
	XmlElement valueElement
)

Parameters

valueElement
Type: System.XmlXmlElement
The value element.
See Also