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

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected XdsValueParent(
	XmlElement xdsElement
)

Parameters

xdsElement
Type: System.XmlXmlElement
The XmlElement that is the XDS parent of <value> elements.
See Also