XMLResultBuilder Constructor(Int32,Int32)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override that includes a result and an identity parameter After calling base class constructor build the result including only the included parameters
'Usage
Dim result As Integer
Dim identity As Integer
Dim instance As New XMLResultBuilder(result, identity)
Parameters
- result
- The result as an integer to include in the response
- identity
- The identity value as an integer to include in the response