| QvxMessageReadEnumT Method  | 
            QvxMessage helper method
            
 
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntaxpublic static T ReadEnum<T>(
	XmlDocument document,
	string name
)
where T : struct, new()
Parameters
- document
 - Type: System.XmlXmlDocument
 - name
 - Type: SystemString
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also