FromXml Method
- Last UpdatedNov 06, 2025
- 1 minute read
Creates a MiddlewareValidation class using the xml passed.
'Declaration
Public Shared Function FromXml( _
ByVal xmlClass As String _
) As MiddlewareValidation
'Usage
Dim xmlClass As String
Dim value As MiddlewareValidation
value = MiddlewareValidation.FromXml(xmlClass)
public static MiddlewareValidation FromXml(
string xmlClass
)
Parameters
- xmlClass
- The xml representation of the MiddlewareValidation.
Return Value
The MiddlewareValidation class created using the xml in the parameter XmlClass