QvxMessage.ReadEnum<T> 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.Xml.XmlDocument
- name
- Type: System.String
Type Parameters
- T
Return Value
Type:
T
See Also