Click or drag to resize
XdsOutput Constructor (XmlElement)
Initializes a new instance of the XdsOutput class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsOutput(
	XmlElement outputElement
)

Parameters

outputElement
Type: System.XmlXmlElement
The XDS <output> element.
See Also