ToXml Method
- Last UpdatedNov 06, 2025
- 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.