| ScanUtilsxeElementValue Method  | 
            Extract value.
            
 
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 static Object xeElementValue(
	XElement xe
)
Public Shared Function xeElementValue ( 
	xe As XElement
) As Object
public:
static Object^ xeElementValue(
	XElement^ xe
)
static member xeElementValue : 
        xe : XElement -> Object 
Parameters
- xe
 - Type: System.Xml.LinqXElement
 
Return Value
Type: 
Object
See Also