XmlParser Property
- Last UpdatedNov 06, 2025
- 1 minute read
The XmlParser property returns the value of the xmlParser object returned by the middleware.
'Declaration
Public ReadOnly Property XmlParser As XMLParser
'Usage
Dim instance As SpReturnValues
Dim value As XMLParser
value = instance.XmlParser
public XMLParser XmlParser {get;}