XMLReadBuilder Constructor(String,String,Int32)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override with a session ID and a specific command parameter, which defaults to a GetSpecific() request.
'Declaration
Public Function New( _
ByVal objName As String, _
ByVal cmd As String, _
ByVal sessionId As Integer _
)
'Usage
Dim objName As String
Dim cmd As String
Dim sessionId As Integer
Dim instance As New XMLReadBuilder(objName, cmd, sessionId)
Parameters
- objName
- Required. The object name for which this request is being built as a string.
- cmd
- Required. The command for which this request is being built as a string.
- sessionId
- Optional. The session ID to use for the request, as an integer.