ToXml Method
- Last UpdatedMar 17, 2026
- 1 minute read
Serializes the class.
'Declaration
Public Function ToXml() As String
'Usage
Dim instance As MiddlewareValidation
Dim value As String
value = instance.ToXml()
public string ToXml()
Return Value
The xml representation of the class.