| ResultOutputItem Constructor  | 
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ResultOutputItem(
	XElement xe
)
Public Sub New ( 
	xe As XElement
)
public:
ResultOutputItem(
	XElement^ xe
)
new : 
        xe : XElement -> ResultOutputItemParameters
- xe
 - Type: System.Xml.LinqXElement
 
See Also